Skip to content

Commit

Permalink
fixed prepare_post
Browse files Browse the repository at this point in the history
rref #5367
rref #5366

ref #66
ref #65
  • Loading branch information
evrenesat committed Jul 26, 2016
1 parent e210ec8 commit 6e59ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zengine/lib/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def set_path(self, path, token=''):
self.path = path
self.token = token

def _prepare_post(self, **data):
def _prepare_post(self, data):
"""
by default data dict encoded as json and
content type set as application/json
Expand Down

0 comments on commit 6e59ebd

Please sign in to comment.