We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 165bf4a commit 656786dCopy full SHA for 656786d
1 file changed
integration-tests/src/test/java/com/fnproject/fn/integrationtest/FunctionsTest.java
@@ -45,7 +45,7 @@ public void shouldCallExistingFn() throws Exception {
45
46
@Test()
47
public void checkBoilerPlate() throws Exception {
48
- for (String runtime : new String[]{"java8", "java11"}) {
+ for (String runtime : new String[]{"java8", "java9", "java11"}) {
49
IntegrationTestRule.TestContext tc = testRule.newTest();
50
51
String fnName = "bp" + runtime;
@@ -57,7 +57,6 @@ public void checkBoilerPlate() throws Exception {
57
}
58
59
60
-
61
@JsonIgnoreProperties(ignoreUnknown = true)
62
public static class InspectResponse {
63
0 commit comments