Skip to content

Commit

Permalink
Update ConfigureTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondfrancis committed May 15, 2024
1 parent 12600b4 commit cf47155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Commands/ConfigureTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public function basic_happy_path()

$artisan = $this->artisan('sidecar:configure');

$artisan->expectsQuestion('Enter the Access key ID', 'id');
$artisan->expectsQuestion('Enter the Access key', 'id');
$artisan->expectsQuestion('Enter the Secret access key', 'secret');
$artisan->expectsQuestion('What AWS region would you like your functions to be deployed in?', 'us-east-1');

Expand Down

0 comments on commit cf47155

Please sign in to comment.