From 085849521d77c5dc450ea2498699d58a38ac1eb7 Mon Sep 17 00:00:00 2001 From: Pascal Zimmermann Date: Fri, 18 Apr 2025 22:08:16 +0200 Subject: [PATCH] fix: Adjust the integrationtests --- tests/integrationtest/test_folder.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integrationtest/test_folder.py b/tests/integrationtest/test_folder.py index a80b444..3ba1475 100644 --- a/tests/integrationtest/test_folder.py +++ b/tests/integrationtest/test_folder.py @@ -31,7 +31,7 @@ def test_get_folder_by_uids(self): "createdBy": "Anonymous", "hasAcl": False, "id": 72, - "orgId": 0, + "orgId": 4, "title": "Github Integrationtest", "uid": "6U_QdWJnz", "updated": "2022-01-10T00:24:58+01:00", @@ -53,7 +53,7 @@ def test_get_folder_by_id(self): "createdBy": "Anonymous", "hasAcl": False, "id": 72, - "orgId": 0, + "orgId": 4, "title": "Github Integrationtest", "uid": "6U_QdWJnz", "updated": "2022-01-10T00:24:58+01:00",