Skip to content

Commit df70e8d

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/unit/base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,4 +227,5 @@ 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)
231+

0 commit comments

Comments
 (0)