Skip to content

Commit

Permalink
fixing envoyer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Sep 17, 2024
1 parent cc62e71 commit f0cf900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Browser/EnvBar/EnvoyerProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function throw_exception_when_parameters_is_empty(string $token, string $
});

$this->browse(function (Browser $browser) use ($token): void {
$expected = $token === '' ? 'token' : 'repository';
$expected = $token === '' ? 'token' : 'project_id';

$browser->visit('/')->assertSee("The Envoyer provider requires the $expected key to be set.");
});
Expand Down

0 comments on commit f0cf900

Please sign in to comment.