Skip to content
This repository was archived by the owner on Feb 18, 2021. It is now read-only.

Commit e08bd7d

Browse files
committed
Updated test URLs
1 parent cb32a29 commit e08bd7d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/client.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ describe("portfolio client factory function", () => {
77
});
88

99
it("should correctly configure client defaults", () => {
10-
const expectedHost =
11-
"https://b623pa888e.execute-api.us-east-2.amazonaws.com/api";
10+
const expectedHost = "https://api.justinsexton.net";
1211
const client = portfolio();
1312
expect(client.config.host).toBe(expectedHost);
1413
});

0 commit comments

Comments
 (0)