mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-02-11 12:28:31 -05:00
proxy_test: Remove the deprecated encoding argument.
This commit is contained in:
parent
45b823eac6
commit
01dd31eec2
@ -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…
x
Reference in New Issue
Block a user