We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162c24c commit b13b5a1Copy full SHA for b13b5a1
1 file changed
runtime/src/test/java/com/fnproject/fn/runtime/EndToEndInvokeTest.java
@@ -220,7 +220,7 @@ public void shouldPrintLogFrame() throws Exception {
220
fn.thenRun(TestFn.class, "fnEcho");
221
assertThat(fn.getOnlyOutputAsString()).isEqualTo("Hello world!");
222
// stdout gets redirected to stderr - hence printing out twice
223
- assertThat(fn.getStdErrAsString()).isEqualTo("\ncontainerID=fnIDVal\n\ncontainerID=fnIDVal\n\n");
+ assertThat(fn.getStdErrAsString()).isEqualTo("\ncontainerID=fnIDVal\n\n\ncontainerID=fnIDVal\n\n");
224
225
}
226
0 commit comments