We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014622c commit 3d6a08dCopy full SHA for 3d6a08d
test/integration/testutils/retry.go
@@ -39,5 +39,8 @@ var (
39
40
// Error 403: Compute Engine API has not been used in project {} before or it is disabled.
41
".*Error 403.*Compute Engine API has not been used in project.*": "Compute Engine API not enabled",
42
+
43
+ // Error 400: Service account {} does not exist.
44
+ ".*Error 400.*Service account.*does not exist*": "Error setting IAM policy",
45
}
46
)
0 commit comments