summaryrefslogtreecommitdiff
path: root/test/modules/tls/test_01_apache.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/modules/tls/test_01_apache.py')
-rw-r--r--test/modules/tls/test_01_apache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/modules/tls/test_01_apache.py b/test/modules/tls/test_01_apache.py
index eb9b32e199..cb6af6d461 100644
--- a/test/modules/tls/test_01_apache.py
+++ b/test/modules/tls/test_01_apache.py
@@ -10,5 +10,5 @@ class TestApache:
TlsTestConf(env=env).install()
assert env.apache_restart() == 0
- def test_01_apache_http(self, env):
+ def test_tls_01_apache_http(self, env):
assert env.is_live(env.http_base_url)