diff --git a/test/FileServeWhiteBoxTests.cpp b/test/FileServeWhiteBoxTests.cpp index f8d045ffc9..a48d29a65b 100644 --- a/test/FileServeWhiteBoxTests.cpp +++ b/test/FileServeWhiteBoxTests.cpp @@ -437,7 +437,7 @@ void FileServeTests::testPreProcessedFileSubstitution() { "BUYPRODUCT_URL", "https://buy.ourproduct.com/'" } }; - preProcessedFileSubstitution(testname, variables); + preProcessedFileSubstitution(testname, std::move(variables)); preProcessedFileSubstitution(std::string(testname) + "_empty", std::unordered_map()); }