Skip to content
Snippets Groups Projects
Commit 80c2d526a672 authored by Luke Bakken's avatar Luke Bakken
Browse files

Remove ssl_options from URL parameters test

parent cc028faf0690
No related branches found
No related tags found
No related merge requests found
......@@ -617,7 +617,7 @@
test_params['backpressure_detection'] = backpressure
virtual_host = '/'
query_string = urlencode(test_params)
test_url = ('amqps://myuser:mypass@www.test.com:5678/%s?%s' % (
test_url = ('amqp://myuser:mypass@www.test.com:5678/%s?%s' % (
url_quote(virtual_host, safe=''),
query_string,
))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment