Skip to content

Commit db7dc84

Browse files
authored
Update ExampleSystemTest.java (#2984)
Fixes #2928 > It's a good idea to open an issue first for discussion. - [x] I have followed [Sample Format Guide](https://github.com/GoogleCloudPlatform/java-docs-samples/blob/master/SAMPLE_FORMAT.md) - [x] `pom.xml` parent set to latest `shared-configuration` - [ ] Appropriate changes to README are included in PR - [ ] API's need to be enabled to test (tell us) - [ ] Environment Variables need to be set (ask us to set them) - [ ] Tests pass (`mvn -P lint clean verify`) * (Note- `Checkstyle` passing is required; `Spotbugs`, `ErrorProne`, `PMD`, etc. `ERROR`'s are advisory only) - [x] Please **merge** this PR for me once it is approved.
1 parent 7435c04 commit db7dc84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/helloworld/hello-http/src/test/java/functions/ExampleSystemTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class ExampleSystemTest {
3838

3939
@Test
4040
public void helloHttp_shouldRunWithFunctionsFramework() throws IOException, InterruptedException {
41-
String functionUrl = BASE_URL + "/helloHttp";
41+
String functionUrl = BASE_URL + "/HelloHttp";
4242

4343
java.net.http.HttpRequest getRequest =
4444
java.net.http.HttpRequest.newBuilder().uri(URI.create(functionUrl)).GET().build();

0 commit comments

Comments
 (0)