We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c3ec18 commit deac31bCopy full SHA for deac31b
test/unit/bin/helpers/utils.js
@@ -3119,7 +3119,7 @@ describe('utils', () => {
3119
};
3120
let args = {
3121
exclude: "",
3122
- config: 'video=false,videoUploadOnPasses=false,specPattern=["somerandomspecs"]'
+ config: 'video=false,videoUploadOnPasses=false,specPattern=somerandomspecs'
3123
}
3124
utils.setEnforceSettingsConfig(bsConfig, args);
3125
expect(args.config).to.be.eql(bsConfig.run_settings.config);
0 commit comments