Skip to content

Commit bda6aee

Browse files
committed
Add mp_ suffix back to test URLs
1 parent 5e8a324 commit bda6aee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_acl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ def test_acl_before(self):
109109

110110
resp = self.testapp.get('/pywb-acl-before/20140126200624mp_/http://www.iana.org/', status=200)
111111

112-
resp = self.testapp.get('/pywb-acl-before/20140126200825/http://www.iana.org/domains', status=451)
112+
resp = self.testapp.get('/pywb-acl-before/20140126200825mp_/http://www.iana.org/domains', status=451)
113113
assert 'Access Blocked' in resp.text
114114

115-
resp = self.testapp.get('/pywb-acl-before/20140126201248/http://www.iana.org/domains/arpa', status=200)
115+
resp = self.testapp.get('/pywb-acl-before/20140126201248mp_/http://www.iana.org/domains/arpa', status=200)
116116

117117
def test_acl_after(self):
118118
resp = self.testapp.get('/pywb-acl-after/20140126200624mp_/http://www.iana.org/', status=451)

0 commit comments

Comments
 (0)