mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
test failing tests
This commit is contained in:
parent
02577532ee
commit
1a0d144e03
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue