Skip to content

Commit b0b4bd9

Browse files
committed
modified test
1 parent d7d781d commit b0b4bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/00-module/001-dc-manager.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ describe('Docker compose manager Module tests', function () {
6565
}).then(() => {
6666
return module.dockerComposeStart(file);
6767
}).then(() => {
68-
return module.dockerExec('mongo', ['mongo', '--version']);
68+
return module.dockerExec('tests_mongo_1', ['mongo', '--version']);
6969
}).then(() => {
7070
return module.dockerInspectIPAddressOfContainer('tests_mongo_1', { network: "tests_default" }).then(ip => {
7171
expect(ip).to.be.equal('172.18.0.2');

0 commit comments

Comments
 (0)