Skip to content

Commit 66e4194

Browse files
author
Simon MacMullen
committed
Allow x-match header to be missing.
1 parent e18d120 commit 66e4194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/com/rabbitmq/client/test/functional/HeadersExchangeValidation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public void testHeadersValidation() throws IOException
1515
String queue = ok.getQueue();
1616

1717
HashMap<String, Object> arguments = new HashMap<String, Object>();
18-
failBind(queue, arguments);
18+
succeedBind(queue, arguments);
1919

2020
arguments.put("x-match", 23);
2121
failBind(queue, arguments);

0 commit comments

Comments
 (0)