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 e18d120 commit 66e4194Copy full SHA for 66e4194
test/src/com/rabbitmq/client/test/functional/HeadersExchangeValidation.java
@@ -15,7 +15,7 @@ public void testHeadersValidation() throws IOException
15
String queue = ok.getQueue();
16
17
HashMap<String, Object> arguments = new HashMap<String, Object>();
18
- failBind(queue, arguments);
+ succeedBind(queue, arguments);
19
20
arguments.put("x-match", 23);
21
failBind(queue, arguments);
0 commit comments