diff options
Diffstat (limited to 'components/pm-subscription-handler/tests/test_healthcheck.py')
-rwxr-xr-x | components/pm-subscription-handler/tests/test_healthcheck.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/pm-subscription-handler/tests/test_healthcheck.py b/components/pm-subscription-handler/tests/test_healthcheck.py index 6e960d05..1c40c3ff 100755 --- a/components/pm-subscription-handler/tests/test_healthcheck.py +++ b/components/pm-subscription-handler/tests/test_healthcheck.py @@ -18,7 +18,7 @@ import unittest -from pmsh_service.mod.healthcheck import status +from mod.healthcheck import status class HealthcheckTestCase(unittest.TestCase): |