all the remain tests
This commit is contained in:
@@ -27,7 +27,7 @@ class MySession(requests_async.AsyncSession):
|
||||
kwargs.setdefault('headers', self.headers)
|
||||
return await super().request(method, url, **kwargs)
|
||||
|
||||
@pytest_asyncio.fixture(scope="function", autouse=True)
|
||||
@pytest_asyncio.fixture(scope="function")
|
||||
async def auth_fixture():
|
||||
|
||||
payload = {"username": e2e_settings.TEST_USERNAME, "password": e2e_settings.TEST_PASSWORD}
|
||||
|
||||
Reference in New Issue
Block a user