diff --git a/tests/Unit/Commands/ConfigureTest.php b/tests/Unit/Commands/ConfigureTest.php index 03e0b1c..087ee49 100644 --- a/tests/Unit/Commands/ConfigureTest.php +++ b/tests/Unit/Commands/ConfigureTest.php @@ -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');