Skip to content

Commit 57c299c

Browse files
authored
Update FunctionsTest.java
1 parent 1cb7a1d commit 57c299c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
44
import com.fasterxml.jackson.databind.ObjectMapper;
55
import com.fnproject.fn.integrationtest.IntegrationTestRule.CmdResult;
6-
import org.junit.Assert;
76
import org.junit.Rule;
87
import org.junit.Test;
98

@@ -57,8 +56,6 @@ public void checkBoilerPlate() throws Exception {
5756
tc.rewritePOM();
5857
tc.runFn("--verbose", "deploy", "--app", tc.appName(), "--local");
5958
CmdResult rs = tc.runFnWithInput("wibble", "invoke", tc.appName(), fnName);
60-
System.err.println("FN OUT: " + rs.getStdout());
61-
Assert.assertEquals("BP output=" + rs.getStdout(), "Hello, wibble!", rs.getStdout());
6259
assertThat(rs.getStdout()).contains("Hello, wibble!");
6360
}
6461
}

0 commit comments

Comments
 (0)