Skip to content

Commit

Permalink
Remove empty lines at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Feb 13, 2024
1 parent 12eaa34 commit c45c24a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_acl.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,3 @@ def test_allow_all_acl_user_specific(self):
assert len(resp.text.splitlines()) == 0

resp = self.testapp.get('/pywb-wildcard-surt/mp_/http://example.com', headers={"X-Pywb-Acl-User": "staff"}, status=200)





0 comments on commit c45c24a

Please sign in to comment.