Skip to content

Commit 49c2e3b

Browse files
Itay PazItay Paz
authored andcommitted
fix pr
1 parent 0667241 commit 49c2e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/ScanTest.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ describe("ScanCreate cases", () => {
216216
expect(cxCommandOutput.exitCode).toBe(0);
217217
});
218218

219-
it.('ScanSecrets with ignore file filters the result', async () => {
219+
it('ScanSecrets with ignore file filters the result', async () => {
220220
const wrapper = new CxWrapper(cxScanConfig);
221221
const cxCommandOutput: CxCommandOutput = await wrapper.secretsScanResults(
222222
"src/tests/data/secret-exposed.txt",

0 commit comments

Comments
 (0)