Fix formatting
Issue gh-13776
This commit is contained in:
+2
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user