Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
krakan committed Mar 2, 2023
1 parent fdebb8c commit c24bdf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_acl.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def test_user_default(self):
headers = {"X-Pywb-ACL-User": "staff"}
self.testapp.get('/pywb-acl-user-default/mp_/http://www.iana.org/', headers=headers, status=200)
self.testapp.get('/pywb-acl-user-default/mp_/http://www.example.com/', headers=headers, status=451)

headers = {"X-Pywb-ACL-User": "staff2"}
self.testapp.get('/pywb-acl-user-default/mp_/http://www.iana.org/', headers=headers, status=451)
self.testapp.get('/pywb-acl-user-default/mp_/http://www.example.com/', headers=headers, status=200)
Expand Down

0 comments on commit c24bdf7

Please sign in to comment.