diff --git a/changedetectionio/tests/apprise/test_apprise_asset.py b/changedetectionio/tests/apprise/test_apprise_asset.py index 6e86868d..03ae9aad 100644 --- a/changedetectionio/tests/apprise/test_apprise_asset.py +++ b/changedetectionio/tests/apprise/test_apprise_asset.py @@ -1,7 +1,7 @@ import pytest from apprise import AppriseAsset -from changedetectionio.apprise_asset import ( +from changedetectionio.notification.apprise_plugin.assets import ( APPRISE_APP_DESC, APPRISE_APP_ID, APPRISE_APP_URL, diff --git a/changedetectionio/tests/apprise/test_apprise_custom_api_call.py b/changedetectionio/tests/apprise/test_apprise_custom_api_call.py index 45271051..7f755f7b 100644 --- a/changedetectionio/tests/apprise/test_apprise_custom_api_call.py +++ b/changedetectionio/tests/apprise/test_apprise_custom_api_call.py @@ -5,7 +5,7 @@ import pytest import requests from apprise.utils.parse import parse_url as apprise_parse_url -from ...apprise_plugin.custom_handlers import ( +from ...notification.apprise_plugin.custom_handlers import ( _get_auth, _get_headers, _get_params,