mirror of
https://github.com/grpc/grpc-node.git
synced 2026-02-01 14:54:35 +00:00
added new test to interop_sanity_test.js
This commit is contained in:
parent
119fa4c33f
commit
6d754b22c5
@ -98,6 +98,10 @@ describe('Interop tests', function() {
|
||||
interop_client.runTest(port, name_override, 'status_code_and_message',
|
||||
true, true, done);
|
||||
});
|
||||
it('should pass unimplemented_service', function(done) {
|
||||
interop_client.runTest(port, name_override, 'unimplemented_service',
|
||||
true, true, done);
|
||||
});
|
||||
it('should pass unimplemented_method', function(done) {
|
||||
interop_client.runTest(port, name_override, 'unimplemented_method',
|
||||
true, true, done);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user