Fix test compile error introduced during merge

See gh-42839
This commit is contained in:
Phillip Webb
2024-10-22 18:52:14 -07:00
parent fdf7ca9093
commit 0a1c65f8d4

View File

@@ -159,7 +159,7 @@ class PemContentTests {
+lGuHKdhNOVW9CmqPD1y76o6c8PQKuF7KZEoY2jvy3GeIfddBvqXgZ4PbWvFz1jO
32C9XWHwRA4=
-----END CERTIFICATE-----""";
assertThat(PemContent.load(content)).hasToString(trimmedContent);
assertThat(PemContent.load(content, new ApplicationResourceLoader())).hasToString(trimmedContent);
}
@Test