Fix test to expect new UA header

This commit is contained in:
Matt Basta 2013-03-11 14:08:05 -07:00
Родитель be3d726413
Коммит d271223914
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -101,7 +101,7 @@ class TestResourceExceptions(TestCase):
except DummyException:
requests_get.assert_called_once_with(
"ftp://test.com/zip/zap", prefetch=False,
allow_redirects=True, timeout=3)
allow_redirects=True, timeout=3, headers=appbase.HEADERS)
else:
raise AssertionError("Should have gotten DummyException")