]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/librbd/image/test_mock_RefreshRequest.cc
import ceph 14.2.5
[ceph.git] / ceph / src / test / librbd / image / test_mock_RefreshRequest.cc
index 5ce1feda777d070413bf9a3148b6929cb8c3fd03..a920948fb11e4d9d41c97bf296246eedbc8a06b2 100644 (file)
@@ -378,7 +378,7 @@ public:
   }
 
   void expect_init_layout(MockRefreshImageCtx &mock_image_ctx) {
-    EXPECT_CALL(mock_image_ctx, init_layout());
+    EXPECT_CALL(mock_image_ctx, init_layout(_));
   }
 
   void expect_test_features(MockRefreshImageCtx &mock_image_ctx) {