Skip to content

Commit 49da6b8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,4 +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)
230+
return MethodMock("post", return_dct)

0 commit comments

Comments
 (0)