From f3c6be26f5b1796a08b0fdf66d8f63a9d36ec922 Mon Sep 17 00:00:00 2001
From: Lars Kruse <devel@sumpfralle.de>
Date: Mon, 14 Mar 2022 19:30:47 +0100
Subject: [PATCH] test: fix previously failing tests

Somewhen two years ago the tests were disabled in the CI.
Since then the test were failing.
---
 src/rest/test/test_internal_controller.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rest/test/test_internal_controller.py b/src/rest/test/test_internal_controller.py
index 4ee064b..7c5622f 100644
--- a/src/rest/test/test_internal_controller.py
+++ b/src/rest/test/test_internal_controller.py
@@ -100,7 +100,7 @@ class TestInternalController(BaseTestCase):
                         ('to_date', '2013-10-20T19:20:30+01:00'),
                         ('page', 56),
                         ('limit', 200),
-                        ('skip_synced', true)]
+                        ('skip_synced', True)]
         response = self.client.open(
             '/api/v1/playlog/',
             method='GET',
-- 
GitLab