From cf47155a114c20041bdfe8817578518fd337ffe6 Mon Sep 17 00:00:00 2001 From: Aaron Francis Date: Wed, 15 May 2024 15:58:27 -0500 Subject: [PATCH] Update ConfigureTest.php --- tests/Unit/Commands/ConfigureTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');