From ea68ef141ec8b9025d659677898b026b5be3ffcf Mon Sep 17 00:00:00 2001 From: Orfeas Kourkakis Date: Thu, 11 Apr 2024 12:09:15 +0300 Subject: [PATCH] fix constants path --- tests/integration/test_charm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_charm.py b/tests/integration/test_charm.py index 29b44b4..fec8186 100644 --- a/tests/integration/test_charm.py +++ b/tests/integration/test_charm.py @@ -24,7 +24,7 @@ wait_exponential, ) -from . import constants +from tests.integration import constants log = logging.getLogger(__name__)