Skip to content

Commit 25ab0e8

Browse files
Cosmetics
1 parent 6f911d2 commit 25ab0e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public void testFrameSizes()
7474
public void testRejectLargeFramesDuringConnectionNegotiation()
7575
throws IOException
7676
{
77-
Host.rabbitmqctl("eval 'application:set_env(rabbit, frame_max, 4096).'");
77+
Host.rabbitmqctl("eval 'application:set_env(rabbit, frame_max, " + Integer.toString(AMQP.FRAME_MIN_SIZE) + ").'");
7878
ConnectionFactory cf = new ConnectionFactory();
7979
cf.getClientProperties().put("too_long", LongStringHelper.asLongString(new byte[AMQP.FRAME_MIN_SIZE]));
8080
try {

0 commit comments

Comments
 (0)