Skip to content

Commit

Permalink
test: fix test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Oct 12, 2023
1 parent 4f4ffb2 commit b26c60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/config.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@ describe(`configTest: ${printPath("[test/config.test.js]")}`, function () {
assert.strictEqual(getTopLevelDomainForSameSiteResolution("https://test.com:3567"), "test.com");
assert.strictEqual(
getTopLevelDomainForSameSiteResolution("https://ec2-xx-yyy-zzz-0.compute-1.amazonaws.com:3001"),
"https://ec2-xx-yyy-zzz-0.compute-1.amazonaws.com"
"ec2-xx-yyy-zzz-0.compute-1.amazonaws.com"
);
});

Expand Down

0 comments on commit b26c60f

Please sign in to comment.