summaryrefslogtreecommitdiffstats
path: root/test/modules/tls/test_04_get.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/modules/tls/test_04_get.py')
-rw-r--r--test/modules/tls/test_04_get.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/modules/tls/test_04_get.py b/test/modules/tls/test_04_get.py
index 4412a66..6944381 100644
--- a/test/modules/tls/test_04_get.py
+++ b/test/modules/tls/test_04_get.py
@@ -59,7 +59,7 @@ class TestGet:
# we'd like to check that we can do >1 requests on the same connection
# however curl hides that from us, unless we analyze its verbose output
docs_a = os.path.join(env.server_docs_dir, env.domain_a)
- r = env.tls_get(env.domain_a, paths=[
+ r = env.tls_get(env.domain_a, no_stdout_list=True, paths=[
"/{0}".format(fname),
"/{0}".format(fname)
])