mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 03:33:08 +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")
|
@pytest.fixture(scope="session")
|
||||||
def sess():
|
def sess():
|
||||||
session = request.Session()
|
session = requests.Session()
|
||||||
session.request = partial(session.request, timeout=120)
|
session.request = partial(session.request, timeout=120)
|
||||||
return session
|
return session
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue