Merged in feature/dockerfileintest (pull request #130)

Dockerfile in Test

* dockerfile

* network

* const
This commit is contained in:
Michael McGuinness
2025-05-03 11:29:10 +00:00
parent dd2eebf13a
commit 721ca8a6e6
27 changed files with 83 additions and 110 deletions
+4 -4
View File
@@ -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)