Skip to content

Commit

Permalink
Update operator/src/test/java/com/datastax/oss/kaap/controllers/funct…
Browse files Browse the repository at this point in the history
…ion/FunctionsWorkerControllerTest.java
  • Loading branch information
josephglanville authored Aug 14, 2024
1 parent 1a553a0 commit d022ebf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ public void testRuntimeK8s() throws Exception {
LinkedHashMap<String, Object> functionRuntimeFactoryConfigs = new LinkedHashMap<>();
functionRuntimeFactoryConfigs.put("jobNamespace", "ns");
functionRuntimeFactoryConfigs.put("percentMemoryPadding", 10);
functionRuntimeFactoryConfigs.put("pulsarAdminUrl", "http://pul-function-ca.ns.svc.cluster.local:6750");
functionRuntimeFactoryConfigs.put("pulsarAdminUrl", "http://pul-function-ca.ns.svc.cluster.local:6750"); # test
functionRuntimeFactoryConfigs.put("pulsarDockerImageName", "apachepulsar/pulsar:global");
functionRuntimeFactoryConfigs.put("pulsarRootDir", "/pulsar");
functionRuntimeFactoryConfigs.put("pulsarServiceUrl", "pulsar://pul-broker.ns.svc.cluster.local:6650/");
Expand Down

0 comments on commit d022ebf

Please sign in to comment.