grafana: fix typo in test name
Change-Id: I1365432255dce16e3ad3294d78300a8f72f5f689
This commit is contained in:
parent
99ee86bce5
commit
a529cdc221
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user