Permalink
Browse files

tests

  • Loading branch information...
akariv committed Mar 20, 2018
1 parent 50a64fa commit 59177cae0aa40193bdc3592037805e7841bd81bf
Showing with 1 addition and 1 deletion.
  1. +1 −1 tests/module/blueprints/package/test_controllers.py
@@ -27,7 +27,7 @@ def json(self):
def raise_for_status(self):
if self.status_code != 200:
raise IOError('HTTP {}'.format(self.status_code))
raise BaseException('HTTP {}'.format(self.status_code))
datapackage = {
'name': 'my-dataset',

0 comments on commit 59177ca

Please sign in to comment.