Skip to content

Commit

Permalink
fixup on test
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Jan 2, 2025
1 parent 6d28e9f commit 2abe466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/policyEvaluator/requestUtils.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ describe('requestUtils.getClientIp', () => {
},
});
const result = requestUtils.getClientIp(request, configWithoutProxy);
assert.strictEqual(result, testProxyIp);
assert.strictEqual(result, testClientIp1);
});

it('should return client Ip address from socket info if the request comes via proxies and ' +
Expand Down

0 comments on commit 2abe466

Please sign in to comment.