Skip to content

Commit 1373858

Browse files
committed
fix(tests): replace private-ip route fixture
1 parent e53edfd commit 1373858

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/remote-caddy-routes.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ test("extractCaddyHostsFromCompose returns normalized hostnames from caddy label
4444

4545
test("resolveRemoteCaddyUpstream prefers ssh source host over endpoint host", () => {
4646
const upstream = resolveRemoteCaddyUpstream({
47-
source: "devuser@100.70.10.5:2201",
47+
source: "devuser@198.51.100.5:2201",
4848
endpoint: "http://127.0.0.1:7788",
4949
});
50-
expect(upstream).toBe("http://100.70.10.5:80");
50+
expect(upstream).toBe("http://198.51.100.5:80");
5151
});
5252

5353
test("resolveProjectHostsForBridge falls back to <project>.hack when compose has no caddy labels", async () => {

0 commit comments

Comments
 (0)