Skip to content

Commit

Permalink
fix(tests): update file path in CampaignApiTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglasokolaa committed Dec 16, 2024
1 parent 1fb6ae7 commit 807f708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/CompaignApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
$response = createTestConnector()
->campaignApi()
->phoneBook()
->importContact('phonebook-id', 'NG', fake()->file('./'))
->importContact('phonebook-id', 'NG', fake()->file('./', './vendor'))
)
->toBeInstanceOf(Response::class)
->and($response->status())->toBe(200)
Expand Down

0 comments on commit 807f708

Please sign in to comment.