mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove debug print
This commit is contained in:
parent
d5078a64d7
commit
82b451df03
@ -104,7 +104,6 @@ def test_fetch_inventory_redirection(app, status, warning, _read_from_url, read_
|
||||
assert status.getvalue() == ('intersphinx inventory has moved: '
|
||||
'http://hostname/%s -> http://hostname/new/%s\n' %
|
||||
(INVENTORY_FILENAME, INVENTORY_FILENAME))
|
||||
print read_inventory_v2.call_args
|
||||
assert read_inventory_v2.call_args[0][1] == 'http://hostname/new'
|
||||
|
||||
# different uri and inv, not redirected
|
||||
|
Loading…
Reference in New Issue
Block a user