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 04dec02 commit 5869f6fCopy full SHA for 5869f6f
src/tests/ScanTest.test.ts
@@ -6,6 +6,9 @@ import {BaseTest} from "./BaseTest";
6
describe("ScanCreate cases",() => {
7
const cxScanConfig = new BaseTest();
8
9
+ it('ScanList Successful case', async () => {
10
+ });
11
+
12
it('ScanList Successful case', async () => {
13
const auth = new CxWrapper(cxScanConfig);
14
const cxCommandOutput: CxCommandOutput = await auth.scanList("");
0 commit comments