Skip to content

Commit 165bf4a

Browse files
committed
Ooops...
1 parent 6181568 commit 165bf4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration-tests/src/test/java/com/fnproject/fn/integrationtest/FunctionsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public void checkBoilerPlate() throws Exception {
4848
for (String runtime : new String[]{"java8", "java11"}) {
4949
IntegrationTestRule.TestContext tc = testRule.newTest();
5050

51-
String fnName = "bp" + format + runtime;
51+
String fnName = "bp" + runtime;
5252
tc.runFn("init", "--runtime", runtime, "--name", fnName);
5353
tc.rewritePOM();
5454
tc.runFn("--verbose", "deploy", "--app", tc.appName(), "--local");

0 commit comments

Comments
 (0)