File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -116,13 +116,13 @@ def test_acl_after(self):
116
116
resp = self .testapp .get ('/pywb-acl-after/20140127171238mp_/http://www.iana.org/' , status = 200 )
117
117
118
118
def test_acl_newer (self ):
119
- resp = self .testapp .get ('/pywb-acl-after/20140126200624mp_ /http://www.iana.org/' , status = 451 )
119
+ resp = self .testapp .get ('/pywb-acl-newer/20140127171238mp_ /http://www.iana.org/' , status = 451 )
120
120
assert 'Access Blocked' in resp .text
121
121
122
- resp = self .testapp .get ('/pywb-acl-before /20140126200624mp_/http://www.iana.org/' , status = 451 )
122
+ resp = self .testapp .get ('/pywb-acl-newer /20140126200624mp_/http://www.iana.org/' , status = 451 )
123
123
assert 'Access Blocked' in resp .text
124
124
125
125
def test_acl_older (self ):
126
- resp = self .testapp .get ('/pywb-acl-before /20140127171238mp_/http://www.iana.org/' , status = 200 )
126
+ resp = self .testapp .get ('/pywb-acl-older /20140127171238mp_/http://www.iana.org/' , status = 200 )
127
127
128
- resp = self .testapp .get ('/pywb-acl-before /20140126200624mp_/http://www.iana.org/' , status = 200 )
128
+ resp = self .testapp .get ('/pywb-acl-older /20140126200624mp_/http://www.iana.org/' , status = 200 )
You can’t perform that action at this time.
0 commit comments