You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
postgresql_proc is delivering None for password where it used to create "".
This results in an invalid url -> d.url = f"postgresql://{d.user}:{d.password}@{d.host}:{d.port}/{d.dbname}"
ensure all parameters for connection string are given
add backend test for testcase with postgres connection in visyn_core
The text was updated successfully, but these errors were encountered:
Pytests are broken with version 8.2.0
postgresql_proc
is deliveringNone
for password where it used to create""
.This results in an invalid url ->
d.url = f"postgresql://{d.user}:{d.password}@{d.host}:{d.port}/{d.dbname}"
The text was updated successfully, but these errors were encountered: