Skip to content

Commit 8da72c1

Browse files
authored
fix: Adjust the integrationtest (#120)
1 parent 7b2321d commit 8da72c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: tests/integrationtest/test_folder.py

+2
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def test_get_folder_permissions(self):
121121
"teamAvatarUrl": "",
122122
"teamEmail": "",
123123
"teamId": 0,
124+
"teamUid": "",
124125
"title": "Github Integrationtest",
125126
"uid": "6U_QdWJnz",
126127
"updated": "2024-06-25T19:52:40+02:00",
@@ -129,6 +130,7 @@ def test_get_folder_permissions(self):
129130
"userEmail": "",
130131
"userId": 0,
131132
"userLogin": "",
133+
"userUid": "",
132134
}
133135
],
134136
self.folder.get_folder_permissions("6U_QdWJnz"),

0 commit comments

Comments
 (0)