mirror of https://github.com/grpc/grpc-node.git
Update test/api/error_test.js
Co-Authored-By: Michael Lumish <mlumish@google.com>
This commit is contained in:
parent
b52d38f663
commit
5b2af32d3c
|
@ -664,7 +664,7 @@ describe(`${anyGrpc.clientName} client -> ${anyGrpc.serverName} server`, functio
|
||||||
assert.ifError(err);
|
assert.ifError(err);
|
||||||
});
|
});
|
||||||
call.on('status', function(status) {
|
call.on('status', function(status) {
|
||||||
assert.true(status.metadata.get('existing-metadata', []));
|
assert.deepStrictEqual(status.metadata.get('existing-metadata'), []);
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue