]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/ceph-volume/ceph_volume/tests/test_decorators.py
update ceph source to reef 18.2.0
[ceph.git] / ceph / src / ceph-volume / ceph_volume / tests / test_decorators.py
index 5bdf6b3d27bf98261d26d402471de975fe2a0286..a56f7030b4cb52a50f5d976437d2a2685e1d9caf 100644 (file)
@@ -46,7 +46,7 @@ class TestExceptionMessage(object):
 
 class TestCatches(object):
 
-    def teardown(self):
+    def teardown_method(self):
         try:
             del(os.environ['CEPH_VOLUME_DEBUG'])
         except KeyError: