File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -223,8 +223,8 @@ def test_body():
223
223
def test_method ():
224
224
return request .method
225
225
226
- # Where we POST to as a notification
227
- @live_server .app .route ('/test_notification_endpoint ' , methods = ['POST' , 'GET' ])
226
+ # Where we POST to as a notification, also use a space here to test URL escaping is OK across all tests that use this. ( #2868 )
227
+ @live_server .app .route ('/test_notification endpoint ' , methods = ['POST' , 'GET' ])
228
228
def test_notification_endpoint ():
229
229
230
230
with open ("test-datastore/notification.txt" , "wb" ) as f :
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dnspython==2.6.1 # related to eventlet fixes
35
35
# jq not available on Windows so must be installed manually
36
36
37
37
# Notification library
38
- apprise == 1.9.1
38
+ apprise == 1.9.2
39
39
40
40
# apprise mqtt https://github.com/dgtlmoon/changedetection.io/issues/315
41
41
# use any version other than 2.0.x due to https://github.com/eclipse/paho.mqtt.python/issues/814
You can’t perform that action at this time.
0 commit comments