Skip to content

Commit efa598c

Browse files
author
Rishabh
committed
fixes test
1 parent eca2da4 commit efa598c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/config.test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -742,10 +742,10 @@ describe(`configTest: ${printPath("[test/config.test.js]")}`, function () {
742742
let hosts = Querier.hosts;
743743
assert(hosts.length === 4);
744744

745-
assert(hosts[0].getAsStringDangerous() === "http://localhost:8080");
746-
assert(hosts[1].getAsStringDangerous() === "https://try.supertokens.io");
747-
assert(hosts[2].getAsStringDangerous() === "https://try.supertokens.io:8080");
748-
assert(hosts[3].getAsStringDangerous() === "http://localhost:90");
745+
assert(hosts[0].domain.getAsStringDangerous() === "http://localhost:8080");
746+
assert(hosts[1].domain.getAsStringDangerous() === "https://try.supertokens.io");
747+
assert(hosts[2].domain.getAsStringDangerous() === "https://try.supertokens.io:8080");
748+
assert(hosts[3].domain.getAsStringDangerous() === "http://localhost:90");
749749
resetAll();
750750
}
751751

0 commit comments

Comments
 (0)