mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix hardcoded value MockRestServiceServerBuilder
This commit is contained in:
+1
-1
@@ -241,7 +241,7 @@ public class MockRestServiceServer {
|
||||
|
||||
@Override
|
||||
public MockRestServiceServerBuilder ignoreExpectOrder(boolean ignoreExpectOrder) {
|
||||
this.ignoreExpectOrder = true;
|
||||
this.ignoreExpectOrder = ignoreExpectOrder;
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user