Merged in feature/dockerfileintest (pull request #130)
Dockerfile in Test * dockerfile * network * const
This commit is contained in:
@@ -23,7 +23,7 @@ func TestCreateQueueContainer(t *testing.T) {
|
||||
ctx := context.Background()
|
||||
cfg := &TestAWSConfig{}
|
||||
|
||||
net := DepNetwork.Get(t, ctx)
|
||||
net := GetNetwork(t, ctx)
|
||||
|
||||
qcfg := CreateAWSContainer(t, ctx, cfg, net)
|
||||
assert.NotNil(t, qcfg)
|
||||
|
||||
Reference in New Issue
Block a user