Permalink
Browse files

tests

  • Loading branch information...
akariv committed Mar 20, 2018
1 parent 845fb0d commit 50a64fa041e811a327d477f78bbeaa1acedebe42
Showing with 2 additions and 1 deletion.
  1. +2 −1 tests/module/blueprints/package/test_controllers.py
@@ -26,7 +26,8 @@ def json(self):
return self._json
def raise_for_status(self):
assert self.status_code == 200, 'HTTP {}'.format(self.status_code)
if self.status_code != 200:
raise IOError('HTTP {}'.format(self.status_code))
datapackage = {
'name': 'my-dataset',

0 comments on commit 50a64fa

Please sign in to comment.