Skip to content

Commit

Permalink
Updated test to reflect required parameter to Response datetime_format
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespeterschinner committed Dec 21, 2017
1 parent 8b19287 commit 8ef4b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_interface/test_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ async def test_response_keys_can_be_accessed_through_dot(client, server):
getattr(response, key+'_test')

def test_response_doesnt_error_when_response_contains_no_data():
print(Response(data='',status=400, bool=0))
print(Response(data='',status=400, bool=0, datetime_format='UNIX'))

0 comments on commit 8ef4b75

Please sign in to comment.