diff --git a/test/secrets/gcp_secret_manager_adapter_test.rb b/test/secrets/gcp_secret_manager_adapter_test.rb index 341f42e9..682db1f4 100644 --- a/test/secrets/gcp_secret_manager_adapter_test.rb +++ b/test/secrets/gcp_secret_manager_adapter_test.rb @@ -23,7 +23,7 @@ class GcpSecretManagerAdapterTest < SecretAdapterTestCase JSON.parse(shellunescape(run_command("fetch", "mypassword"))) end - assert_match(/not authenticated/, error.message) + assert_match(/could not login to gcloud/, error.message) end test "fetch with from" do