test failing tests

This commit is contained in:
hay-kot 2021-03-21 17:19:08 -08:00
commit 1a0d144e03

View file

@ -42,7 +42,7 @@ def test_image():
return TEST_DATA.joinpath("test_image.jpg")
@fixture(scope="session")
@fixture(scope="function")
def token(api_client: requests):
form_data = {"username": "changeme@email.com", "password": "MyPassword"}
response = api_client.post(TOKEN_URL, form_data)