Skip to content

Commit

Permalink
unit test: encoding param optional
Browse files Browse the repository at this point in the history
  • Loading branch information
achimgaedke authored May 2, 2022
1 parent 4e0225e commit fe4731d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/botocore/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async def __aenter__(self):
async def __aexit__(self, exc_type, exc_val, exc_tb):
pass

async def text(self, encoding):
async def text(self, encoding=None):
return self._body

async def json(self):
Expand Down

0 comments on commit fe4731d

Please sign in to comment.