Polish contribution
See gh-19326
This commit is contained in:
@@ -61,8 +61,8 @@ public class SampleTestApplicationWebIntegrationTests {
|
||||
|
||||
@Test
|
||||
public void test() {
|
||||
assertThat(this.restTemplate.getForEntity("/{username}/vehicle", String.class, "sframework")
|
||||
.getStatusCode()).isEqualTo(HttpStatus.OK);
|
||||
assertThat(this.restTemplate.getForEntity("/{username}/vehicle", String.class, "sframework").getStatusCode())
|
||||
.isEqualTo(HttpStatus.OK);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user