Fix typo in WebTestClient expectedXml

Closes gh-32969
This commit is contained in:
Alexej Timonin 2024-06-06 11:38:32 +02:00 committed by Brian Clozel
parent 52af43d6d2
commit 416eff1b04
1 changed files with 1 additions and 1 deletions

View File

@ -1060,7 +1060,7 @@ public interface WebTestClient {
* <p>Use of this method requires the
* <a href="https://github.com/xmlunit/xmlunit">XMLUnit</a> library on
* the classpath.
* @param expectedXml the expected JSON content.
* @param expectedXml the expected XML content.
* @since 5.1
* @see org.springframework.test.util.XmlExpectationsHelper#assertXmlEqual(String, String)
*/