Skip to content

Commit 56c08be

Browse files
authored
fix: Adjust the integrationtests (#126)
1 parent c4124f8 commit 56c08be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integrationtest/test_folder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def test_get_folder_by_uids(self):
3131
"createdBy": "Anonymous",
3232
"hasAcl": False,
3333
"id": 72,
34-
"orgId": 0,
34+
"orgId": 4,
3535
"title": "Github Integrationtest",
3636
"uid": "6U_QdWJnz",
3737
"updated": "2022-01-10T00:24:58+01:00",
@@ -53,7 +53,7 @@ def test_get_folder_by_id(self):
5353
"createdBy": "Anonymous",
5454
"hasAcl": False,
5555
"id": 72,
56-
"orgId": 0,
56+
"orgId": 4,
5757
"title": "Github Integrationtest",
5858
"uid": "6U_QdWJnz",
5959
"updated": "2022-01-10T00:24:58+01:00",

0 commit comments

Comments
 (0)