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
5b2af32d3c
commit
eecfebb677
|
@ -673,7 +673,7 @@ describe(`${anyGrpc.clientName} client -> ${anyGrpc.serverName} server`, functio
|
||||||
assert(err);
|
assert(err);
|
||||||
});
|
});
|
||||||
call.on('status', function(status) {
|
call.on('status', function(status) {
|
||||||
assert.deepEqual(status.metadata.get('existing-metadata'), ['yes']);
|
assert.deepStrictEqual(status.metadata.get('existing-metadata'), ['yes']);
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue