mirror of https://github.com/grpc/grpc-dart.git
parent
ab92276174
commit
325eadec8c
|
@ -670,8 +670,8 @@ class Tester {
|
||||||
throw 'OAuth scope not received.';
|
throw 'OAuth scope not received.';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!serviceAccountJson.contains(user)) {
|
if (user != defaultServiceAccount) {
|
||||||
throw 'Got user name $user, which is not a substring of $serviceAccountJson';
|
throw 'Got user name $user, wanted $defaultServiceAccount';
|
||||||
}
|
}
|
||||||
if (!oauthScope.contains(oauth)) {
|
if (!oauthScope.contains(oauth)) {
|
||||||
throw 'Got OAuth scope $oauth, which is not a substring of $oauthScope';
|
throw 'Got OAuth scope $oauth, which is not a substring of $oauthScope';
|
||||||
|
|
Loading…
Reference in New Issue