Skip to content

Commit 521c42c

Browse files
committed
Fix tests for isMirroringDockerfile
1 parent f7da8e9 commit 521c42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/controllers/setupMirrorServerModalController.unit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ describe('setupMirrorServerModalController'.bold.underline.blue, function () {
357357
expect(SMC.state.acv).to.exist;
358358
expect(SMC.state.contextVersion).to.exist;
359359
expect(SMC.state.branch).to.exist;
360-
expect(SMC.state.advanced).to.equal(true);
360+
expect(SMC.state.advanced).to.equal('isMirroringDockerfile');
361361
expect(SMC.state.repoSelected).to.equal(true);
362362
});
363363
});

0 commit comments

Comments
 (0)