mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-29 07:12:32 +00:00
Fix formatting
Issue gh-13776
This commit is contained in:
parent
b67218c150
commit
664ee9a206
@ -166,8 +166,8 @@ public class Saml2MetadataFilterTests {
|
|||||||
this.filter.doFilter(this.request, this.response, this.chain);
|
this.filter.doFilter(this.request, this.response, this.chain);
|
||||||
assertThat(this.response.getCharacterEncoding()).isEqualTo(StandardCharsets.UTF_8.name());
|
assertThat(this.response.getCharacterEncoding()).isEqualTo(StandardCharsets.UTF_8.name());
|
||||||
assertThat(this.response.getContentAsString(StandardCharsets.UTF_8)).isEqualTo(generatedMetadata);
|
assertThat(this.response.getContentAsString(StandardCharsets.UTF_8)).isEqualTo(generatedMetadata);
|
||||||
assertThat(this.response.getContentLength()).isEqualTo(
|
assertThat(this.response.getContentLength())
|
||||||
generatedMetadata.getBytes(StandardCharsets.UTF_8).length);
|
.isEqualTo(generatedMetadata.getBytes(StandardCharsets.UTF_8).length);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user