Merged in feature/dockerfileintest (pull request #130)
Dockerfile in Test * dockerfile * network * const
This commit is contained in:
@@ -31,7 +31,7 @@ func TestCreateQueue(t *testing.T) {
|
||||
|
||||
cfg := &TestConfig{}
|
||||
|
||||
net := DepNetwork.Get(t, ctx)
|
||||
net := GetNetwork(t, ctx)
|
||||
|
||||
a := CreateAWSContainer(t, ctx, cfg, net)
|
||||
|
||||
@@ -50,7 +50,7 @@ func TestAssertMessageWait(t *testing.T) {
|
||||
|
||||
cfg := &TestConfig{}
|
||||
|
||||
net := DepNetwork.Get(t, ctx)
|
||||
net := GetNetwork(t, ctx)
|
||||
|
||||
a := CreateAWSContainer(t, ctx, cfg, net)
|
||||
SetQueueClient(t, ctx, cfg, a.ExternalEndpoint)
|
||||
@@ -77,7 +77,7 @@ func TestAssertMessageBodyWait(t *testing.T) {
|
||||
|
||||
cfg := &TestConfig{}
|
||||
|
||||
net := DepNetwork.Get(t, ctx)
|
||||
net := GetNetwork(t, ctx)
|
||||
|
||||
a := CreateAWSContainer(t, ctx, cfg, net)
|
||||
SetQueueClient(t, ctx, cfg, a.ExternalEndpoint)
|
||||
@@ -101,7 +101,7 @@ func TestAssertMessageAttrWait(t *testing.T) {
|
||||
|
||||
cfg := &TestConfig{}
|
||||
|
||||
net := DepNetwork.Get(t, ctx)
|
||||
net := GetNetwork(t, ctx)
|
||||
|
||||
a := CreateAWSContainer(t, ctx, cfg, net)
|
||||
SetQueueClient(t, ctx, cfg, a.ExternalEndpoint)
|
||||
|
||||
Reference in New Issue
Block a user