mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-07 17:15:15 -04:00
these ssurts are strings too
This commit is contained in:
parent
67558528cb
commit
331d07fe88
1 changed files with 2 additions and 2 deletions
|
@ -479,8 +479,8 @@ def test_seed_redirect(httpd):
|
|||
|
||||
# check that scope has been updated properly
|
||||
assert site.scope == {'accepts': [
|
||||
{'ssurt': ('localhost,//%s:http:/site5/redirect/' % httpd.server_port).encode('ascii')},
|
||||
{'ssurt': ('localhost,//%s:http:/site5/destination/' % httpd.server_port).encode('ascii')}]}
|
||||
{'ssurt': 'localhost,//%s:http:/site5/redirect/' % httpd.server_port},
|
||||
{'ssurt': 'localhost,//%s:http:/site5/destination/' % httpd.server_port}]}
|
||||
|
||||
def test_hashtags(httpd):
|
||||
test_id = 'test_hashtags-%s' % datetime.datetime.utcnow().isoformat()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue