aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/test/health_test.js
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-09-25 16:04:03 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-09-25 16:04:03 -0700
commit153b09d0395456ab1523d4316585665e4e831f82 (patch)
tree0e5c2fb9ca54b6f8a1f7aa6da48d74762105c137 /src/node/test/health_test.js
parent8cde3d7c20445289f7072f29029e44870beecc37 (diff)
Reworked credentials surface API, added test
Diffstat (limited to 'src/node/test/health_test.js')
-rw-r--r--src/node/test/health_test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/test/health_test.js b/src/node/test/health_test.js
index 9267bff7eb..a4dc24cf46 100644
--- a/src/node/test/health_test.js
+++ b/src/node/test/health_test.js
@@ -54,7 +54,7 @@ describe('Health Checking', function() {
grpc.ServerCredentials.createInsecure());
healthServer.start();
healthClient = new health.Client('localhost:' + port_num,
- grpc.Credentials.createInsecure());
+ grpc.credentials.createInsecure());
});
after(function() {
healthServer.forceShutdown();