Merged in feature/dockerfileintest (pull request #130)
Dockerfile in Test * dockerfile * network * const
This commit is contained in:
@@ -22,7 +22,7 @@ func TestCollector(t *testing.T) {
|
||||
ctx := context.Background()
|
||||
|
||||
cfg := &serviceconfig.BaseConfig{}
|
||||
net := test.DepNetwork.Get(t, ctx)
|
||||
net := test.GetNetwork(t, ctx)
|
||||
_ = test.CreateDB(t, ctx, cfg, net, &test.CreateDatabaseConfig{})
|
||||
|
||||
queries := cfg.GetDBQueries()
|
||||
|
||||
Reference in New Issue
Block a user