We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2c360 commit f4d36c4Copy full SHA for f4d36c4
network/network_test.go
@@ -37,7 +37,7 @@ func TestNew(t *testing.T) {
37
38
nginxC, err := testcontainers.GenericContainer(ctx, testcontainers.GenericContainerRequest{
39
ContainerRequest: testcontainers.ContainerRequest{
40
- Image: "nginx:alpine",
+ Image: nginxAlpineImage,
41
ExposedPorts: []string{
42
"80/tcp",
43
},
@@ -275,7 +275,7 @@ func TestNew_withOptions(t *testing.T) {
275
276
nginx, err := testcontainers.GenericContainer(ctx, testcontainers.GenericContainerRequest{
277
278
279
280
281
0 commit comments