mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-23 02:36:42 +00:00
dsn fix
This commit is contained in:
@@ -59,5 +59,5 @@ func GetContextDB(ctx context.Context, c testcontainers.Container, talksConn str
|
||||
return cleanup, err
|
||||
}
|
||||
|
||||
return cleanup, os.Setenv("NETBIRD_STORE_ENGINE_POSTGRES_DSN", talksConn)
|
||||
return cleanup, os.Setenv(dsn, talksConn)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user