From 4f44adf0e1d4cdd6707c3d2f9d75c3bb53cbe249 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Tue, 3 Nov 2020 09:29:27 +0100 Subject: [PATCH] fix tests by updating the config fixture to the latest version --- tests/frontend/e2e/fixtures/getconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/frontend/e2e/fixtures/getconfig.json b/tests/frontend/e2e/fixtures/getconfig.json index e953567..83e31cf 100644 --- a/tests/frontend/e2e/fixtures/getconfig.json +++ b/tests/frontend/e2e/fixtures/getconfig.json @@ -8,6 +8,8 @@ "upload_chunk_size": 1048576, "upload_simultaneous": 3, "default_archive_name": "archive.zip", + "editable": [".txt",".css",".js",".ts",".html",".php"], + "date_format": "YY/MM/DD hh:mm:ss", "guest_redirection": "" } }