Permalink
Browse files

tests

  • Loading branch information...
akariv committed Mar 20, 2018
1 parent 7913a29 commit c575787a4d3cefc0c1365f83a736c32d5433aa8f
Showing with 1 addition and 1 deletion.
  1. +1 −1 tests/module/blueprints/package/test_controllers.py
@@ -64,7 +64,7 @@ def assertResponse(self, ret, status=None, progress=None, error=None):
def test___load___good_request(self):
api_load = module.upload
self.requests.get = Mock(return_value=Response(200))
self.assertResponse(api_load('bla', callback, token, cache_set), 'queued', 0)
self.assertResponse(api_load('bla', token, cache_get, cache_set), 'queued', 0)
# def test___load___bad_request(self):
# api_load = module.upload

0 comments on commit c575787

Please sign in to comment.