Skip to content

Commit 99b097e

Browse files
committed
add dot in OAuth retry messsage error
1 parent a054a54 commit 99b097e

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