mirror of https://github.com/grpc/grpc-node.git
Reversed accidentally swapped test cases
This commit is contained in:
parent
af3c157d06
commit
92a2363804
|
@ -318,8 +318,8 @@ var test_cases = {
|
||||||
empty_stream: emptyStream,
|
empty_stream: emptyStream,
|
||||||
cancel_after_begin: cancelAfterBegin,
|
cancel_after_begin: cancelAfterBegin,
|
||||||
cancel_after_first_response: cancelAfterFirstResponse,
|
cancel_after_first_response: cancelAfterFirstResponse,
|
||||||
compute_engine_creds: _.partial(authTest, AUTH_USER),
|
compute_engine_creds: _.partial(authTest, COMPUTE_ENGINE_USER),
|
||||||
service_account_creds: _.partial(authTest, COMPUTE_ENGINE_USER)
|
service_account_creds: _.partial(authTest, AUTH_USER)
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue