Permalink
Browse files

tests

  • Loading branch information...
akariv committed Mar 20, 2018
1 parent eb381b4 commit 845fb0d79ae7a0a0e3ce256878a82b8ecd6bd5ff
Showing with 1 addition and 1 deletion.
  1. +1 −1 tests/module/blueprints/package/test_controllers.py
@@ -26,7 +26,7 @@ def json(self):
return self._json
def raise_for_status(self):
pass
assert self.status_code == 200, 'HTTP {}'.format(self.status_code)
datapackage = {
'name': 'my-dataset',

0 comments on commit 845fb0d

Please sign in to comment.