summaryrefslogtreecommitdiff
path: root/test/helpers.hpp
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2020-06-01 23:21:22 -0400
committerAshod Nakashian <ashnakash@gmail.com>2020-06-02 20:01:29 +0200
commit223a1d08f04f964d2b7a1e7fc9b9467fb5633292 (patch)
tree7fa2bb813ce4c7f9b0290df8bbcc3baa8ac89298 /test/helpers.hpp
parentfae093d89db086b26af0ae5eebc1a0bef6b9fa68 (diff)
wsd: performance-unnecessary-value-param
Change-Id: I1eb092c676da8600e0f8ed70cbc7e1f37fdd5a02 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/95338 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Tested-by: Jenkins Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'test/helpers.hpp')
-rw-r--r--test/helpers.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/helpers.hpp b/test/helpers.hpp
index e246e5a57..79948f836 100644
--- a/test/helpers.hpp
+++ b/test/helpers.hpp
@@ -779,7 +779,7 @@ inline void deleteAll(const std::shared_ptr<LOOLWebSocket>& socket, const std::s
inline std::string getAllText(const std::shared_ptr<LOOLWebSocket>& socket,
const std::string& testname,
- const std::string expected = std::string(),
+ const std::string& expected = std::string(),
int retry = COMMAND_RETRY_COUNT)
{
static const std::string prefix = "textselectioncontent: ";