]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/librbd/operation/test_mock_SnapshotRemoveRequest.cc
update sources to 12.2.2
[ceph.git] / ceph / src / test / librbd / operation / test_mock_SnapshotRemoveRequest.cc
index 3f5fe186865a69a587c0bb9127b753b368bb672e..d16e0a4d2dc5ad4f84015f8e75358e1ce73e38e0 100644 (file)
@@ -110,7 +110,7 @@ public:
   }
 
   void expect_release_snap_id(MockImageCtx &mock_image_ctx) {
-    EXPECT_CALL(get_mock_io_ctx(mock_image_ctx.md_ctx),
+    EXPECT_CALL(get_mock_io_ctx(mock_image_ctx.data_ctx),
                                 selfmanaged_snap_remove(_))
                                   .WillOnce(DoDefault());
   }