This commit is contained in:
İsmail
2024-11-04 23:39:33 +03:00
parent ed370c4487
commit 6ba5b4740d

View File

@@ -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)
}