diff options
Diffstat (limited to 'molecule/default/tests/test_check_prometheus_targets.py')
| -rw-r--r-- | molecule/default/tests/test_check_prometheus_targets.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/molecule/default/tests/test_check_prometheus_targets.py b/molecule/default/tests/test_check_prometheus_targets.py index 8a0f413..a793478 100644 --- a/molecule/default/tests/test_check_prometheus_targets.py +++ b/molecule/default/tests/test_check_prometheus_targets.py @@ -10,7 +10,7 @@ def test_check_hosts_added(host): assert t2.exists assert t3.exists - assert ' - application' in t1.content_string - assert ' - test1' in t2.content_string - assert ' - test2' in t2.content_string - assert ' - application_AA' in t3.content_string + assert ' - application' in t1.content_string + assert ' - test1' in t2.content_string + assert ' - test2' in t2.content_string + assert ' - application_AA' in t3.content_string |