]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/librgw_file_gp.cc
update sources to 12.2.2
[ceph.git] / ceph / src / test / librgw_file_gp.cc
index d2b00fc830044859c49f0998c5219a0b91a44aea..2b591e468988759f852fc934183ff02277e2d3f7 100644 (file)
@@ -179,8 +179,8 @@ TEST(LibRGW, INIT) {
 }
 
 TEST(LibRGW, MOUNT) {
-  int ret = rgw_mount(rgw, uid.c_str(), access_key.c_str(), secret_key.c_str(),
-                     &fs, RGW_MOUNT_FLAG_NONE);
+  int ret = rgw_mount2(rgw, uid.c_str(), access_key.c_str(), secret_key.c_str(),
+                       "/", &fs, RGW_MOUNT_FLAG_NONE);
   ASSERT_EQ(ret, 0);
   ASSERT_NE(fs, nullptr);
 }