From dabd8770c25e0872a0366baf94bd6e4dbd914dc7 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 17 Jun 2026 18:53:14 +0200 Subject: [PATCH] test import fix --- changedetectionio/tests/apprise/test_apprise_asset.py | 2 +- changedetectionio/tests/apprise/test_apprise_custom_api_call.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,