From 9ddcae05c4f483467ce2dd8febbb7282ffa3aeda Mon Sep 17 00:00:00 2001 From: Erwan Guyader Date: Mon, 10 Jan 2022 20:06:09 +0100 Subject: [PATCH] WIP: to be removed? Fix scenarios remote trash conflicts sufix replacement. Again --- test/support/helpers/remote.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/support/helpers/remote.js b/test/support/helpers/remote.js index 9a147694e1..abc83533b1 100644 --- a/test/support/helpers/remote.js +++ b/test/support/helpers/remote.js @@ -174,7 +174,7 @@ class RemoteTestHelpers { return _.chain(await this.tree()) .map(p => _.nth(p.match(TRASH_REGEXP), 1)) .compact() - .map(p => p.replace(/\(__cozy__: \d+\)/, '(__cozy__: ...)')) + .map(p => p.replace(/\(\d+\)/, '(...)')) .value() }