Merge "grafana: fix typo in test name"

This commit is contained in:
Zuul 2020-11-05 22:38:02 +00:00 committed by Gerrit Code Review
commit 77c930c2bb

View File

@ -20,7 +20,7 @@ def test_grafana_container_listening(host):
grafana = host.socket("tcp://127.0.0.1:3000")
assert grafana.is_listening
def tets_grafana_proxy(host):
def test_grafana_proxy(host):
cmd = host.run('curl --insecure '
'--resolve grafana.opendev.org:443:127.0.0.1 '
'https://grafana.opendev.org')