chore(mod): update fanal (#1179)

* chore(mod): update fanal

* test(integration): fix error message

* test(integration): skip reaper
This commit is contained in:
Teppei Fukuda
2021-08-15 15:19:22 +03:00
committed by GitHub
parent 2a4400c147
commit 40ed227c23
4 changed files with 302 additions and 141 deletions

View File

@@ -591,6 +591,8 @@ func setupRedis(t *testing.T, ctx context.Context) (testcontainers.Container, st
Name: "redis",
Image: imageName,
ExposedPorts: []string{port},
SkipReaper: true,
AutoRemove: true,
}
redis, err := testcontainers.GenericContainer(ctx, testcontainers.GenericContainerRequest{