mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-23 23:10:37 -04:00
proxy_test: Remove the deprecated encoding argument.
This commit is contained in:
parent
45b823eac6
commit
01dd31eec2
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class TestClass(object):
|
|||
@staticmethod
|
||||
def _load_response(filename):
|
||||
with open(filename) as f:
|
||||
return json.loads(f.read(), encoding="utf-8")
|
||||
return json.loads(f.read())
|
||||
|
||||
@property
|
||||
def login_response(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue