Remove debug print

This commit is contained in:
Takeshi KOMIYA 2016-08-11 12:20:52 +09:00
parent d5078a64d7
commit 82b451df03

View File

@ -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