From a56874ad4f032094141f91a0b02fb8b8bec51602 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Fri, 26 Jul 2024 23:04:15 +0300 Subject: [PATCH] fix: faulty import in tests --- tests/test_graphql/test_api_monitoring.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_graphql/test_api_monitoring.py b/tests/test_graphql/test_api_monitoring.py index e166ee1..0c9ec88 100644 --- a/tests/test_graphql/test_api_monitoring.py +++ b/tests/test_graphql/test_api_monitoring.py @@ -5,7 +5,7 @@ from datetime import datetime import pytest -from selfprivacy_api.utils.prometheus import MonitoringQueryResult +from selfprivacy_api.utils.monitoring import MonitoringQueryResult from tests.test_graphql.common import ( assert_empty, get_data,