We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9108ec commit bf362d5Copy full SHA for bf362d5
src/test/java/com/rabbitmq/client/test/AmqpUriTest.java
@@ -104,11 +104,9 @@ public class AmqpUriTest
104
parseFail("amqp://foo%xy");
105
106
parseFail("amqp://user:pass@host:10000/vhost?heartbeat=not_an_integer");
107
- parseFail("amqp://user:pass@host:10000/vhost?heartbeat=-1");
108
parseFail("amqp://user:pass@host:10000/vhost?connection_timeout=not_an_integer");
109
parseFail("amqp://user:pass@host:10000/vhost?connection_timeout=-1");
110
parseFail("amqp://user:pass@host:10000/vhost?channel_max=not_an_integer");
111
- parseFail("amqp://user:pass@host:10000/vhost?channel_max=-1");
112
parseFail("amqp://user:pass@host:10000/vhost?heartbeat=342?connection_timeout=442");
113
}
114
0 commit comments