Skip to content
Snippets Groups Projects
Commit aa5fba43 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

Fix assertion for compute_engine_creds

parent 0bbfa382
No related branches found
No related tags found
No related merge requests found
...@@ -344,7 +344,7 @@ namespace Grpc.IntegrationTesting ...@@ -344,7 +344,7 @@ namespace Grpc.IntegrationTesting
Assert.AreEqual(PayloadType.COMPRESSABLE, response.Payload.Type); Assert.AreEqual(PayloadType.COMPRESSABLE, response.Payload.Type);
Assert.AreEqual(314159, response.Payload.Body.Length); Assert.AreEqual(314159, response.Payload.Body.Length);
Assert.AreEqual(AuthScopeResponse, response.OauthScope); Assert.AreEqual(AuthScopeResponse, response.OauthScope);
Assert.AreEqual(ServiceAccountUser, response.Username); Assert.AreEqual(ComputeEngineUser, response.Username);
Console.WriteLine("Passed!"); Console.WriteLine("Passed!");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment