Skip to content

[pre-commit.ci] auto fixes from pre-commit.com hooks #469

[pre-commit.ci] auto fixes from pre-commit.com hooks

[pre-commit.ci] auto fixes from pre-commit.com hooks #469

Triggered via push January 12, 2026 17:31
Status Failure
Total duration 48s
Artifacts
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

12 errors
TestPopcornNotify.test_popcornnotify_error: TestPopcornNotify#L1
assert 'Please provide a valid API key' in ['<!DOCTYPE html>\n<html>\n <head>\n <meta name="viewport" content="width=device-width, initial-scale=1">\n <me... <body>\n <iframe src="https://www.herokucdn.com/error-pages/application-error.html"></iframe>\n </body>\n</html>'] + where ['<!DOCTYPE html>\n<html>\n <head>\n <meta name="viewport" content="width=device-width, initial-scale=1">\n <me... <body>\n <iframe src="https://www.herokucdn.com/error-pages/application-error.html"></iframe>\n </body>\n</html>'] = <Response,provider=Popcornnotify,status=Failure, errors=['<!DOCTYPE html>\n<html>\n <head>\n <meta name="viewport"...<body>\n <iframe src="https://www.herokucdn.com/error-pages/application-error.html"></iframe>\n </body>\n</html>']>.errors
TestPushover.test_pushover_priority_2_restrictions[data0-expire]: TestPushover#L1
AssertionError: assert 'expire' in 'Notification errors: application token is invalid, see https://pushover.net/api' + where 'Notification errors: application token is invalid, see https://pushover.net/api' = <NotificationError: Notification errors: application token is invalid, see https://pushover.net/api>.message + where <NotificationError: Notification errors: application token is invalid, see https://pushover.net/api> = <ExceptionInfo <NotificationError: Notification errors: application token is invalid, see https://pushover.net/api> tblen=2>.value
TestPushover.test_pushover_priority_2_restrictions[data1-retry]: TestPushover#L1
AssertionError: assert 'retry' in 'Notification errors: application token is invalid, see https://pushover.net/api' + where 'Notification errors: application token is invalid, see https://pushover.net/api' = <NotificationError: Notification errors: application token is invalid, see https://pushover.net/api>.message + where <NotificationError: Notification errors: application token is invalid, see https://pushover.net/api> = <ExceptionInfo <NotificationError: Notification errors: application token is invalid, see https://pushover.net/api> tblen=2>.value
TestPushover.test_sanity: TestPushover#L1
notifiers.exceptions.NotificationError: Notification errors: application token is invalid, see https://pushover.net/api
TestPushover.test_all_options: TestPushover#L1
notifiers.exceptions.NotificationError: Notification errors: application token is invalid, see https://pushover.net/api
TestPushover.test_attachment_positive: TestPushover#L1
notifiers.exceptions.NotificationError: Notification errors: application token is invalid, see https://pushover.net/api
TestPushoverSoundsResource.test_pushover_sounds_positive: TestPushoverSoundsResource#L1
notifiers.exceptions.ResourceError: Notifier resource errors: application token is invalid
TestPushoverLimitsResource.test_pushover_limits_positive: TestPushoverLimitsResource#L1
notifiers.exceptions.ResourceError: Notifier resource errors: application token is invalid
TestPushoverCLI.test_pushover_sounds_positive: TestPushoverCLI#L1
assert not 1 + where 1 = <Result <ResourceError: Notifier resource errors: application token is invalid>>.exit_code
TestPushoverCLI.test_pushover_limits_positive: TestPushoverCLI#L1
assert not 1 + where 1 = <Result <ResourceError: Notifier resource errors: application token is invalid>>.exit_code
TestTelegramResources.test_telegram_updates_positive: TestTelegramResources#L1
notifiers.exceptions.ResourceError: Notifier resource errors: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
test (3.9)
Process completed with exit code 1.