Skip to content

Commit f784a8f

Browse files
committed
deepscan
1 parent b1faa0b commit f784a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/web_worker_requests.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe("Web Worker Request Intercepting Tests", () => {
3232
check_commons(paramsObject);
3333

3434
// we expect 4 requests: begin_session, end_session, healthcheck, event(event includes view and buttonClick)
35-
let expectedRequests = 4;
35+
var expectedRequests = 4;
3636
if (paramsObject.hc) {
3737
// check hc params types, values can change
3838
assert.isTrue(typeof paramsObject.hc.el === "number");

0 commit comments

Comments
 (0)