Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
fix(server_tests): fix errors in broken test
Browse files Browse the repository at this point in the history
NODE-1096
  • Loading branch information
malexandert authored and mbroadst committed Aug 18, 2017
1 parent 992d9e9 commit 1602e4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tests/functional/server_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -857,8 +857,8 @@ describe('Server tests', function() {
digestPassword: true
}, function(cmdErr, r) {
var server = new Server({
host: this.configuration.host,
port: this.configuration.port,
host: self.configuration.host,
port: self.configuration.port,
bson: new Bson(),
compression: { compressors: ['snappy', 'zlib'] }
});
Expand Down

0 comments on commit 1602e4d

Please sign in to comment.