diff --git a/functions/helloworld/hello-http/src/test/java/functions/ExampleSystemTest.java b/functions/helloworld/hello-http/src/test/java/functions/ExampleSystemTest.java index 1fb8f4584da..e274af87d7e 100644 --- a/functions/helloworld/hello-http/src/test/java/functions/ExampleSystemTest.java +++ b/functions/helloworld/hello-http/src/test/java/functions/ExampleSystemTest.java @@ -38,7 +38,7 @@ public class ExampleSystemTest { @Test public void helloHttp_shouldRunWithFunctionsFramework() throws IOException, InterruptedException { - String functionUrl = BASE_URL + "/helloHttp"; + String functionUrl = BASE_URL + "/HelloHttp"; java.net.http.HttpRequest getRequest = java.net.http.HttpRequest.newBuilder().uri(URI.create(functionUrl)).GET().build();