summaryrefslogtreecommitdiffstats
path: root/test/unit
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/common/test_diskdir.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/common/test_diskdir.py b/test/unit/common/test_diskdir.py
index 3c91016..623164c 100644
--- a/test/unit/common/test_diskdir.py
+++ b/test/unit/common/test_diskdir.py
@@ -461,7 +461,7 @@ class TestContainerBroker(unittest.TestCase):
self.assert_(broker.empty())
obj = self._create_file('o.txt')
self.assert_(not broker.empty())
- broker.delete_object('o', normalize_timestamp(time()))
+ broker.delete_object('o', normalize_timestamp(time()), 0)
# delete_object() should be a NOOP
self.assert_(not broker.empty())
os.unlink(obj)