This commit is contained in:
Donal McBreen
2025-01-17 12:52:23 +00:00
parent 2bd716ece4
commit 9f1688da7a

View File

@@ -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