all the remain tests

This commit is contained in:
2026-08-19 11:08:33 +03:00
parent 8bc3ff7b54
commit 73e983c6a5
5 changed files with 116 additions and 9 deletions
+1 -1
View File
@@ -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}