Skip to content

Commit

Permalink
change response content for test
Browse files Browse the repository at this point in the history
  • Loading branch information
javisantana committed Aug 14, 2020
1 parent cb80eba commit f04f984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_http_handlers_config/test.py
Expand Up @@ -125,7 +125,7 @@ def test_defaults_http_handlers():
assert 'ok.\n' == cluster.instance.http_request('replicas_status', method='get').content

assert 200 == cluster.instance.http_request('replicas_status?verbose=1', method='get').status_code
assert 'ok.\n' == cluster.instance.http_request('replicas_status?verbose=1', method='get').content
assert '\n' == cluster.instance.http_request('replicas_status?verbose=1', method='get').content

assert 200 == cluster.instance.http_request('?query=SELECT+1', method='GET').status_code
assert '1\n' == cluster.instance.http_request('?query=SELECT+1', method='GET').content
Expand Down

0 comments on commit f04f984

Please sign in to comment.