Skip to content

Commit 334bde5

Browse files
committed
fixed review comments from APIv4 team
1 parent df70e8d commit 334bde5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/unit/base.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,5 +227,4 @@ def mock_post(self, return_dct):
227227
:returns: A MethodMock object who will capture the parameters of the
228228
mocked requests
229229
"""
230-
return MethodMock("post", return_dct)
231-
230+
return MethodMock("post", return_dct)

0 commit comments

Comments
 (0)