Skip to content

Commit c46c683

Browse files
authored
Fix minor issue with E2E test (#2684)
1 parent c75a5a2 commit c46c683

2 files changed

Lines changed: 132 additions & 160 deletions

File tree

AISKU/Tests/Unit/src/applicationinsights.e2e.tests.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,6 @@ export class ApplicationInsightsTests extends AITestClass {
860860
Assert.fail("Fetch failed with status: " + dumpObj(res));
861861
}
862862
} catch (e) {
863-
this._ctx.err = e;
864863
Assert.fail("Fetch Error: " + dumpObj(e));
865864
}
866865
}

0 commit comments

Comments
 (0)