Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarans committed Nov 1, 2017
1 parent 6515b03 commit db59f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hdx/utilities/test_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def test_download(self, fixtureurl, fixturenotexistsurl):

def test_download_tabular_key_value(self, fixtureurl, fixtureprocessurl):
with Download() as downloader:
result = downloader.download_tabular_key_value(fixtureurl)
result = downloader.download_tabular_key_value(fixtureurl, file_type='csv')
assert result == {'615': '2231RTA', 'GWNO': 'EVENT_ID_CNTY'}
result = downloader.download_tabular_key_value(fixtureprocessurl, headers=2)
assert result == {'coal': '3', 'gas': '2'}
Expand Down

0 comments on commit db59f1c

Please sign in to comment.