Skip to content

Commit

Permalink
refactor: ConversationModelTest RESOURCE_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenhoang committed Jun 26, 2024
1 parent b07e2eb commit 4e6f14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/ConversationModelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ public function testCanDeleteAModelById(): void

private function endPointPath(): string
{
return sprintf('%s/%s', '/conversations/models', $this->id);
return sprintf('%s/%s', ConversationModelsTest::RESOURCE_PATH, $this->id);
}
}

0 comments on commit 4e6f14b

Please sign in to comment.