mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
unlink test db
This commit is contained in:
parent
ac76413563
commit
e25266c089
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ def api_client():
|
||||||
|
|
||||||
yield TestClient(app)
|
yield TestClient(app)
|
||||||
|
|
||||||
# SQLITE_FILE.unlink()
|
SQLITE_FILE.unlink()
|
||||||
|
|
||||||
|
|
||||||
@fixture(scope="session")
|
@fixture(scope="session")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue