From 0d055892069749cbf32404ef25d0c6539dcbf0e8 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 14 Apr 2019 20:31:16 -0400 Subject: [PATCH] Update failing mirroring test Signed-off-by: Roberto Rosario --- mayan/apps/mirroring/tests/test_filesystems.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mayan/apps/mirroring/tests/test_filesystems.py b/mayan/apps/mirroring/tests/test_filesystems.py index a4f4676256..1cbcdb4b1f 100644 --- a/mayan/apps/mirroring/tests/test_filesystems.py +++ b/mayan/apps/mirroring/tests/test_filesystems.py @@ -150,8 +150,5 @@ class IndexFilesystemTestCase(DocumentIndexingTestMixin, DocumentTestMixin, Base self.assertEqual( list( - index_filesystem.readdir( - '/{}'.format(TEST_NODE_EXPRESSION), '' - ) - )[2:], [] + index_filesystem.readdir('/', ''))[2:], [] )