Skip to content

Commit b146c4d

Browse files
author
Barkholenka Raman
committed
fix tests
1 parent fd542ce commit b146c4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyadmitad/tests/base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def set_mocker(self, url, **kwargs):
3535
'data': self.prepare_data(**kwargs),
3636
'headers': build_headers(access_token),
3737
'method': BaseTestCase.prepare_method(**kwargs),
38-
'debug': False
38+
'debug': False,
39+
'files': None,
3940
}
4041
obj.api_request(url, **kwargs)

0 commit comments

Comments
 (0)