Skip to content

Commit d93cbb2

Browse files
committed
Use cluster httpbin-server:8081/api-docs url
1 parent 7c52be8 commit d93cbb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/integration-tests/ServiceRegistryClient.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { describeForOrkesV5 } from "./utils/customJestDescribe";
1010
// when testing against a remote cluster (e.g. a public Swagger URL it can reach).
1111
const TEST_SERVICE_URI =
1212
process.env.CONDUCTOR_TEST_SERVICE_URI ??
13-
"https://orkes-api-tester.orkesconductor.com/api";
13+
"http://httpbin-server:8081/api-docs";
1414

1515
describeForOrkesV5("ServiceRegistryClient", () => {
1616
const clientPromise = orkesConductorClient();

0 commit comments

Comments
 (0)