From 8041a1bce3300e066f2a55b117fde89814a8692f Mon Sep 17 00:00:00 2001 From: Joel Einbinder Date: Thu, 23 Jan 2020 13:16:49 -0800 Subject: [PATCH] Update interception.spec.js --- test/interception.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/interception.spec.js b/test/interception.spec.js index 1f64ccf17c..b1408039f3 100644 --- a/test/interception.spec.js +++ b/test/interception.spec.js @@ -572,7 +572,7 @@ module.exports.describe = function({testRunner, expect, defaultBrowserOptions, p await page.setRequestInterception(false); callback(); }); - }) + }); const response = await page.goto(server.CROSS_PROCESS_PREFIX + '/empty.html'); expect(intercepted).toBe(true); expect(response.status()).toBe(200);