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 c0d3336 commit b032fb5Copy full SHA for b032fb5
test/src/com/rabbitmq/client/test/Bug19356Test.java
@@ -83,7 +83,6 @@ public void testBug19356()
83
GetResponse chResponse = channel.basicGet("Bug19356Test", false);
84
assertTrue(chResponse != null);
85
86
- AMQP.BasicProperties props = chResponse.getProps();
87
byte[] body = chResponse.getBody();
88
assertEquals("SSL", new String(body));
89
}
0 commit comments