Skip to content

Commit 4646e79

Browse files
committed
Polish
1 parent 7d26d81 commit 4646e79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-ws-core/src/test/java/org/springframework/ws/transport/observation/DefaultSoapServerObservationConventionTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ void contextualName() {
5959
void faultCode() {
6060
this.response.setFaultCode(SoapVersion.SOAP_11.getClientOrSenderFaultName());
6161
assertThat(this.convention.getLowCardinalityKeyValues(this.context))
62-
.contains(KeyValue.of("soap.fault.code", "{http://schemas.xmlsoap.org/soap/envelope/}Client"));
62+
.contains(KeyValue.of("soap.fault.code", "{http://schemas.xmlsoap.org/soap/envelope/}Client"));
6363
}
6464

6565
@Test
@@ -101,7 +101,7 @@ void uri() throws Exception {
101101
void faultReason() {
102102
this.response.setFaultReason("Invalid country format");
103103
assertThat(this.convention.getHighCardinalityKeyValues(this.context))
104-
.contains(KeyValue.of("soap.fault.reason", "Invalid country format"));
104+
.contains(KeyValue.of("soap.fault.reason", "Invalid country format"));
105105
}
106106

107107
}

0 commit comments

Comments
 (0)