mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Polish contribution
See gh-19326
This commit is contained in:
+2
-2
@@ -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