We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb87d4 commit 5da6d7bCopy full SHA for 5da6d7b
spring-integration-http/src/test/java/org/springframework/integration/http/outbound/CookieTests.java
@@ -24,6 +24,7 @@
24
import java.net.URI;
25
import java.util.ArrayList;
26
import java.util.List;
27
+import java.util.Map;
28
29
import org.junit.jupiter.api.Test;
30
@@ -109,6 +110,11 @@ public HttpMethod getMethod() {
109
110
return null;
111
}
112
113
+ @Override
114
+ public Map<String, Object> getAttributes() {
115
+ return null;
116
+ }
117
+
118
public ClientHttpResponse execute() {
119
allHeaders.add(headers);
120
MockClientHttpResponse clientHttpResponse =
0 commit comments