[pre-commit.ci] pre-commit autoupdate #478
Annotations
12 errors
|
TestJoin.test_negative:
TestJoin#L1
assert ['\n<html><he...dy></html>\n'] == ['User Not Authenticated']
At index 0 diff: '\n<html><head>\n<meta http-equiv="content-type" content="text/html;charset=utf-8">\n<title>500 Server Error</title>\n</head>\n<body text=#000000 bgcolor=#ffffff>\n<h1>Error: Server Error</h1>\n<h2>The server encountered an error and could not complete your request.<p>Please try again in 30 seconds.</h2>\n<h2></h2>\n</body></html>\n' != 'User Not Authenticated'
Full diff:
[
- 'User Not Authenticated',
+ '\n'
+ '<html><head>\n'
+ '<meta http-equiv="content-type" content="text/html;charset=utf-8">\n'
+ '<title>500 Server Error</title>\n'
+ '</head>\n'
+ '<body text=#000000 bgcolor=#ffffff>\n'
+ '<h1>Error: Server Error</h1>\n'
+ '<h2>The server encountered an error and could not complete your '
+ 'request.<p>Please try again in 30 seconds.</h2>\n'
+ '<h2></h2>\n'
+ '</body></html>\n',
]
|
|
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
|
|
test (3.9)
Process completed with exit code 1.
|