Browse Source

Fix typo in WebTestClient expectedXml

Closes gh-32969
pull/32977/head
Alexej Timonin 2 years ago committed by Brian Clozel
parent
commit
416eff1b04
  1. 2
      spring-test/src/main/java/org/springframework/test/web/reactive/server/WebTestClient.java

2
spring-test/src/main/java/org/springframework/test/web/reactive/server/WebTestClient.java

@ -1060,7 +1060,7 @@ public interface WebTestClient { @@ -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)
*/

Loading…
Cancel
Save