Skip to content

Commit 46ed99a

Browse files
committed
fixed rspecs
1 parent f5cf369 commit 46ed99a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/unit/bin/helpers/utils.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1881,9 +1881,7 @@ describe('utils', () => {
18811881

18821882
it('by default assumes that CYPRESS_V9_AND_OLDER_TYPE is the test suite type', () => {
18831883
bsConfig = {
1884-
run_settings: {
1885-
cypressConfigFilePath: 'anyOtherFile.js',
1886-
},
1884+
run_settings: {},
18871885
};
18881886
utils.setCypressTestSuiteType(bsConfig);
18891887
expect(bsConfig.run_settings.cypressTestSuiteType).to.be.eq(Contants.CYPRESS_V9_AND_OLDER_TYPE);

0 commit comments

Comments
 (0)