Merged in feature/postprocessing (pull request #114)
Feature/postprocessing * tests * passtest * fixshorttests * mosttests * improvingbasedockerfile * testspeeds * testing * host * canparallel * clean * passfullsuite * singlepagemax * test * findfeatures * findstables * tbls * tablestoo * tablestoo * lateraltests * tableloc * cleanup * inlinetable * childids * cleanup * tests
This commit is contained in:
@@ -23,7 +23,9 @@ func TestCreateQueueContainer(t *testing.T) {
|
||||
cfg := &TestAWSConfig{}
|
||||
SetCfgProvider(t, cfg)
|
||||
|
||||
qcfg, cleanup := CreateAWSContainer(t, ctx, cfg, &CreateAWSConfig{})
|
||||
net := DepNetwork.Get(t, ctx)
|
||||
|
||||
qcfg, cleanup := CreateAWSContainer(t, ctx, cfg, net)
|
||||
assert.NotNil(t, qcfg)
|
||||
assert.NotNil(t, cleanup)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user