Merged in feature/assertions (pull request #158)
Assertions + Gen Text * assert
This commit is contained in:
@@ -5,9 +5,10 @@ import (
|
||||
"strconv"
|
||||
"testing"
|
||||
|
||||
db "queryorchestration/internal/database"
|
||||
"queryorchestration/internal/serviceconfig"
|
||||
|
||||
db "queryorchestration/internal/database"
|
||||
|
||||
"github.com/docker/go-connections/nat"
|
||||
"github.com/stretchr/testify/require"
|
||||
"github.com/testcontainers/testcontainers-go"
|
||||
@@ -33,7 +34,7 @@ func CreateDBWithParams(t testing.TB, cfg serviceconfig.ConfigProvider, dcfg *Cr
|
||||
|
||||
cfg.SetDBUser("pass")
|
||||
cfg.SetDBSecret("postgres")
|
||||
cfg.SetDBName(GetAlias(t, "postgres"))
|
||||
cfg.SetDBName(GetAlias(t, dbAlias))
|
||||
cfg.SetDBNoSSL(true)
|
||||
|
||||
network := GetNetwork(t)
|
||||
|
||||
Reference in New Issue
Block a user