Skip to content

Commit 3cc8805

Browse files
committed
fix failed test
1 parent 0c01b36 commit 3cc8805

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/code-build-test.js

-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ describe("inputs2Parameters", () => {
230230
.to.haveOwnProperty("environmentTypeOverride")
231231
.and.to.equal(undefined);
232232
expect(test).to.haveOwnProperty("imageOverride").and.to.equal(undefined);
233-
expect(test).to.haveOwnProperty("disableSourceOverride").and.to.equal(undefined);
234233

235234
// I send everything that starts 'GITHUB_'
236235
expect(test)

0 commit comments

Comments
 (0)