mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-26 00:05:25 -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
|
@staticmethod
|
||||||
def _load_response(filename):
|
def _load_response(filename):
|
||||||
with open(filename) as f:
|
with open(filename) as f:
|
||||||
return json.loads(f.read(), encoding="utf-8")
|
return json.loads(f.read())
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def login_response(self):
|
def login_response(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue