diff --git a/test/pytest/test_prometheus.py b/test/pytest/test_prometheus.py index b90bd59a99be3372c322caacbe1654913a60fc6c..70aec925381618ee2035f955072782eeee8f20b4 100755 --- a/test/pytest/test_prometheus.py +++ b/test/pytest/test_prometheus.py @@ -74,6 +74,7 @@ def test_prometheus_alerts(host): domain = ansible_vars["domain"] print(f"Using domain {domain} from ansible inventory.") url = f'https://prometheus.{domain}/api/v1/alerts' + print(f'Querying {url}') basic_auth_pw = os.environ.get("BASIC_AUTH_PW") assert basic_auth_pw, 'Please export BASIC_AUTH_PW env var!'