Skip to content

Commit 7cd5b38

Browse files
committed
fix retry message network connection
1 parent 4cda003 commit 7cd5b38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/testutils/retry.go

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ var (
4141
".*Error 403.*Compute Engine API has not been used in project.*": "Compute Engine API not enabled",
4242

4343
// Error 400: Service account {} does not exist.
44-
".*Error 400.*Service account.*does not exist*": "Error setting IAM policy",
44+
".*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*": "Request had invalid authentication credentials",
47+
".*Error code 16.*Error waiting for Create Service Networking Connection.*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)