Skip to content

Commit bb3f337

Browse files
committed
deploy after context created
1 parent 01b1a90 commit bb3f337

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,9 @@ public void shouldCallExistingFn() throws Exception {
4646

4747
@Test()
4848
public void checkBoilerPlate() throws Exception {
49-
tc.runFn("--verbose", "create", "app", tc.appName());
5049
for (String runtime : new String[]{"java8", "java11"}) {
51-
IntegrationTestRule.TestContext tc = testRule.newTest();
52-
50+
IntegrationTestRule.TestContext tc = testRule.newTest();
51+
tc.runFn("--verbose", "create", "app", tc.appName());
5352
String fnName = "bp" + runtime;
5453
tc.runFn("init", "--runtime", runtime, "--name", fnName);
5554
tc.rewritePOM();

0 commit comments

Comments
 (0)