Skip to content

Commit b250ddc

Browse files
authored
feat: Update the folder integrationtests (#128)
* feat: Update the folder integrationtests
1 parent 860f2c4 commit b250ddc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/integrationtest/test_folder.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,11 @@ def test_get_folder_id_by_dashboard_path(self):
133133
72, self.folder.get_folder_id_by_dashboard_path("Github Integrationtest")
134134
)
135135

136+
def test_get_folder_id_by_dashboard_path_general_folder(self):
137+
self.assertEqual(
138+
0, self.folder.get_folder_id_by_dashboard_path("General")
139+
)
140+
136141
def test_get_all_folder_ids_and_names(self):
137142
self.assertEqual(
138143
list([{"id": 72, "title": "Github Integrationtest"}]),

0 commit comments

Comments
 (0)