aboutsummaryrefslogtreecommitdiff
path: root/tests/container_iterator_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/container_iterator_test.go')
-rw-r--r--tests/container_iterator_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/container_iterator_test.go b/tests/container_iterator_test.go
index b9813db..d682a59 100644
--- a/tests/container_iterator_test.go
+++ b/tests/container_iterator_test.go
@@ -126,7 +126,7 @@ func TestContainerIterator(t *testing.T) {
iter = a.Containers()
iter.Prefix = "schwift-test-listing"
expectSuccess(t, iter.Foreach(func(c *schwift.Container) error {
- return c.Delete(nil, nil)
+ return c.Delete(nil)
}))
})
}