Skip to content

Commit cf47155

Browse files
committed
Update ConfigureTest.php
1 parent 12600b4 commit cf47155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Commands/ConfigureTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public function basic_happy_path()
178178

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

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

0 commit comments

Comments
 (0)