@@ -64,9 +64,9 @@ def update_callback(self):
6464 ("Authorization" , "Basic Ym9iOnBhc3N3b3Jk" , "GET" , 200 , "Authorization" ),
6565 ("Authorization" , "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZGVudGl0eSI6ImJvYiJ9."
6666 "LM-CqxAM2MtT2uT3AO69rZ3WJ81nnyMQicizh4oqBwk" , "GET" , 200 , None ),
67- ("Authorization" ,
68- "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9. eyJleHAiOjE2MTUxMDg0OTIuNTY5MjksImlkZW50aXR5IjoiQm9iIn0."
69- "CAeMpG-gKbucHU7-KMiqM7H_gTkHSRvXSjNtlvh5DlE" , "GET" , 401 , None ),
67+ ("Authorization" , "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9."
68+ " eyJleHAiOjE2MTUxMDg0OTIuNTY5MjksImlkZW50aXR5IjoiQm9iIn0."
69+ "CAeMpG-gKbucHU7-KMiqM7H_gTkHSRvXSjNtlvh5DlE" , "GET" , 401 , None ),
7070 ("Authorization" , "Unsupported Ym9iOnBhc3N3b3Jk" , "GET" , 401 , None ),
7171 ("Authorization" , "Unsupported Ym9iOnBhc3N3b3Jk" , "GET" , 401 , None ),
7272 ],
@@ -117,7 +117,7 @@ def item():
117117 ],
118118)
119119def test_enforcer_with_watcher (
120- app_fixture , enforcer , header , user , method , status , watcher
120+ app_fixture , enforcer , header , user , method , status , watcher
121121):
122122 enforcer .set_watcher (watcher ())
123123
0 commit comments