diff --git a/repertory/repertory_test/include/fixtures/winfsp_fixture.hpp b/repertory/repertory_test/include/fixtures/winfsp_fixture.hpp index b5f82247..a64f1f8a 100644 --- a/repertory/repertory_test/include/fixtures/winfsp_fixture.hpp +++ b/repertory/repertory_test/include/fixtures/winfsp_fixture.hpp @@ -201,7 +201,7 @@ protected: "-dd", config->get_data_directory(), "-rm", - fmt::format("localhost:{}", remote_port), + fmt::format("localhost:{}", provider_t::remote_port), mount_location, }); }