Skip to content

Commit

Permalink
Fetch: fix variable typo in redirect-referrer-override.any.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed May 13, 2024
1 parent 6d13602 commit c88defe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch/api/redirect/redirect-referrer-override.any.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// META: script=../resources/utils.js
// META: script=/common/get-host-info.sub.js

function getExpectation(expectations, init, initScenario, redirectPolicy, redirectScenario) {
function getExpectation(expectations, initPolicy, initScenario, redirectPolicy, redirectScenario) {
let policies = [
expectations[initPolicy][initScenario],
expectations[redirectPolicy][redirectScenario]
Expand Down

0 comments on commit c88defe

Please sign in to comment.