We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12600b4 commit cf47155Copy full SHA for cf47155
tests/Unit/Commands/ConfigureTest.php
@@ -178,7 +178,7 @@ public function basic_happy_path()
178
179
$artisan = $this->artisan('sidecar:configure');
180
181
- $artisan->expectsQuestion('Enter the Access key ID', 'id');
+ $artisan->expectsQuestion('Enter the Access key', 'id');
182
$artisan->expectsQuestion('Enter the Secret access key', 'secret');
183
$artisan->expectsQuestion('What AWS region would you like your functions to be deployed in?', 'us-east-1');
184
0 commit comments