mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
fix url path
This commit is contained in:
parent
ff5439c62f
commit
d761ef44b2
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ def test_default_connection_args():
|
||||||
|
|
||||||
|
|
||||||
def test_default_connection_args(monkeypatch):
|
def test_default_connection_args(monkeypatch):
|
||||||
monkeypatch.setenv("DB_ENGINE", "postgres")
|
monkeypatch.setenv("DB_ENGINE", "sqlite")
|
||||||
app_settings = AppSettings()
|
app_settings = AppSettings()
|
||||||
assert re.match(r"sqlite:////.*mealie/dev/data/mealie_v0.5.0.db", app_settings.DB_URL)
|
assert re.match(r"sqlite:////.*mealie/dev/data/mealie_v0.5.0.db", app_settings.DB_URL)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue