Skip to content

Commit 55e4f5b

Browse files
committed
fix retry message error
1 parent 255a3ed commit 55e4f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/testutils/retry.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var (
4444
".*Error 400.*Service account.*does not exist.*": "Error setting IAM policy",
4545

4646
// 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.",
4848

4949
// Error 400: The eTag provided {} does not match the eTag of the current version of the Access Policy, which is {}.
5050
".*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

Comments
 (0)