You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/integration/testutils/retry.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ var (
44
44
".*Error 400.*Service account.*does not exist.*": "Error setting IAM policy",
45
45
46
46
// Error waiting for creating service network connection. This happens randomly for development, production and non-production environments
47
-
".*Error code 16.*Error waiting for Create Service Networking Connection.*Expected OAuth 2 access token.*": "Request had invalid authentication credentials.",
47
+
".*Error waiting for Create Service Networking Connection.*Error code 16.*Expected OAuth 2 access token.*": "Request had invalid authentication credentials.",
48
48
49
49
// Error 400: The eTag provided {} does not match the eTag of the current version of the Access Policy, which is {}.
50
50
".*Error 400: The eTag provided.*does not match the eTag of the current version of the Access Policy, which is.*": "Conflict during Access Policy configuration.",
0 commit comments