mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-12 23:17:07 +00:00
fix typo
This commit is contained in:
parent
f367f04d8d
commit
2fa4d31654
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ def pytest_runtest_setup(item):
|
|||
|
||||
@pytest.fixture(scope="session")
|
||||
def sess():
|
||||
session = request.Session()
|
||||
session = requests.Session()
|
||||
session.request = partial(session.request, timeout=120)
|
||||
return session
|
||||
|
||||
|
|
Loading…
Reference in a new issue