Skip to content

Commit c9b5781

Browse files
committed
test refactoring
1 parent 7a9e890 commit c9b5781

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/utils/api_encryption_test_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ def call_api(self, resource_path, method,
102102

103103
if method in ["GET", "POST", "PUT"]:
104104
response.data = json_resp
105-
response.json = Mock(return_value=json_resp)
106105
else:
107106
response.data = "OK" if check == 0 else "KO"
108107

0 commit comments

Comments
 (0)