mirror of https://github.com/grpc/grpc-node.git
Merge pull request #8449 from ncteisen/new_python_interop_tests
New python interop tests
This commit is contained in:
commit
12b8b9f41d
|
@ -380,7 +380,6 @@ function unimplementedService(client, done) {
|
||||||
client.unimplementedCall({}, function(err, resp) {
|
client.unimplementedCall({}, function(err, resp) {
|
||||||
assert(err);
|
assert(err);
|
||||||
assert.strictEqual(err.code, grpc.status.UNIMPLEMENTED);
|
assert.strictEqual(err.code, grpc.status.UNIMPLEMENTED);
|
||||||
assert(!err.message);
|
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue