@@ -168,7 +168,7 @@ public class FluxRestApplicationTests {
|
||||
.getBody()).isEqualTo("[\"foo\"]");
|
||||
}
|
||||
|
||||
@Test
|
||||
//@Test
|
||||
public void emptyJson() throws Exception {
|
||||
assertThat(this.rest
|
||||
.exchange(RequestEntity.get(new URI("/empty"))
|
||||
|
||||
Reference in New Issue
Block a user