Drop support for Spring Mobile
Closes gh-10884
This commit is contained in:
@@ -144,12 +144,6 @@ public class SampleIntegrationTests {
|
||||
assertThat(output).contains("Received Greetings from Spring Boot via RabbitMQ");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void deviceSample() throws Exception {
|
||||
this.cli.run("device.groovy");
|
||||
assertThat(this.cli.getHttpOutput()).isEqualTo("Hello Normal Device!");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void caching() throws Exception {
|
||||
assertThat(this.cli.run("caching.groovy")).contains("Hello World");
|
||||
|
||||
Reference in New Issue
Block a user