Skip to content

Commit

Permalink
test refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
pqlMC committed Jun 20, 2019
1 parent 7a9e890 commit c9b5781
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/utils/api_encryption_test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ def call_api(self, resource_path, method,

if method in ["GET", "POST", "PUT"]:
response.data = json_resp
response.json = Mock(return_value=json_resp)
else:
response.data = "OK" if check == 0 else "KO"

Expand Down

0 comments on commit c9b5781

Please sign in to comment.