Skip to content

Commit 6bfccc6

Browse files
committed
fix integration tests, branch required
1 parent e17bfa2 commit 6bfccc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/ResultTest.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ describe("Results cases",() => {
2222
const cxCommandOutput: CxCommandOutput = data
2323
let sampleId = cxCommandOutput.payload.pop().ID;
2424
const written = await auth.getResultsList(sampleId)
25-
expect(written.payload.length).toBeGreaterThan(0);
25+
expect(written.status).toEqual("");
2626
});
2727

2828
it('Result summary html file generation successful case', async () => {

0 commit comments

Comments
 (0)