mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polishing
This commit is contained in:
+2
-4
@@ -834,9 +834,8 @@ class RestClientIntegrationTests {
|
||||
.retrieve()
|
||||
.body(String.class);
|
||||
|
||||
assertThat(result).isEqualTo("Hello Spring!");
|
||||
|
||||
expectRequestCount(1);
|
||||
assertThat(result).isEqualTo("Hello Spring!");
|
||||
}
|
||||
|
||||
@ParameterizedRestClientTest
|
||||
@@ -860,9 +859,8 @@ class RestClientIntegrationTests {
|
||||
return new String(bytes, UTF_8);
|
||||
});
|
||||
|
||||
assertThat(result).isEqualTo("Hello Spring!");
|
||||
|
||||
expectRequestCount(1);
|
||||
assertThat(result).isEqualTo("Hello Spring!");
|
||||
}
|
||||
|
||||
@ParameterizedRestClientTest
|
||||
|
||||
Reference in New Issue
Block a user