summaryrefslogtreecommitdiff
path: root/internal/container/container_test.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-05-12 17:06:58 +0200
committerValery Piashchynski <[email protected]>2022-05-12 17:06:58 +0200
commit2c1303986be8710bd9f30d4a42827f582f490ba0 (patch)
treea7091e31d581ba249962803e9e206893d35640c6 /internal/container/container_test.go
parent53bbf3e29a25a4751a7d31ce4b31f4d724a244c4 (diff)
chore: update tests
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'internal/container/container_test.go')
-rw-r--r--internal/container/container_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/container/container_test.go b/internal/container/container_test.go
index 9be043e2..210409d4 100644
--- a/internal/container/container_test.go
+++ b/internal/container/container_test.go
@@ -15,7 +15,6 @@ func TestNewContainer(t *testing.T) { // there is no legal way to test container
c2, err2 := container.NewContainer(container.Config{
GracePeriod: time.Second,
PrintGraph: true,
- RetryOnFail: true,
LogLevel: endure.WarnLevel,
})