Fix reactor dependencies
This commit is contained in:
@@ -44,7 +44,7 @@ public class SampleCompiledConsumerTests {
|
||||
@Test
|
||||
public void print() {
|
||||
assertThat(new TestRestTemplate().postForObject(
|
||||
"http://localhost:" + port + "/stream/test", "it works", String.class))
|
||||
"http://localhost:" + port + "/test", "it works", String.class))
|
||||
.isEqualTo("it works");
|
||||
assertEquals("it works", Reference.instance);
|
||||
}
|
||||
|
||||
@@ -43,7 +43,7 @@ public class SampleCompiledFunctionTests {
|
||||
@Test
|
||||
public void lowercase() {
|
||||
assertThat(new TestRestTemplate().postForObject(
|
||||
"http://localhost:" + port + "/stream/test", "it works", String.class))
|
||||
"http://localhost:" + port + "/test", "it works", String.class))
|
||||
.isEqualTo("it works!!!");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user