We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c52be8 commit d93cbb2Copy full SHA for d93cbb2
1 file changed
src/integration-tests/ServiceRegistryClient.test.ts
@@ -10,7 +10,7 @@ import { describeForOrkesV5 } from "./utils/customJestDescribe";
10
// when testing against a remote cluster (e.g. a public Swagger URL it can reach).
11
const TEST_SERVICE_URI =
12
process.env.CONDUCTOR_TEST_SERVICE_URI ??
13
- "https://orkes-api-tester.orkesconductor.com/api";
+ "http://httpbin-server:8081/api-docs";
14
15
describeForOrkesV5("ServiceRegistryClient", () => {
16
const clientPromise = orkesConductorClient();
0 commit comments