Skip to content

Commit 6c7ee9f

Browse files
Some TODOs
1 parent 7039d0e commit 6c7ee9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/system/action/meeting/test_import.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
MIG_INDEX = 100
2323

2424

25-
# @pytest.mark.skip(reason="Requires initial migration. TODO: unskip once it is added.")
2625
class MeetingImport(BaseActionTestCase):
2726
def setUp(self) -> None:
2827
super().setUp()
@@ -1164,6 +1163,7 @@ def test_inherited_access_group_ids_wrong_order(self) -> None:
11641163
response = self.request("meeting.import", request_data)
11651164
self.assert_status_code(response, 200)
11661165

1166+
# TODO: Edit this
11671167
def test_meeting_user_ids(self) -> None:
11681168
# Calculated field.
11691169
# User/1 is in user_ids, because calling user is added
@@ -2599,13 +2599,15 @@ def test_old_migration_index(self) -> None:
25992599
)
26002600
assert "Please, use a more recent file!" in response.json["message"]
26012601

2602+
# TODO: Defo not doing this anymore
26022603
@pytest.mark.skip()
26032604
def test_import_os3_data(self) -> None:
26042605
data_raw = get_initial_data_file("data/export-OS3-demo.json")
26052606
data = {"committee_id": 1, "meeting": data_raw}
26062607
response = self.request("meeting.import", data)
26072608
self.assert_status_code(response, 200)
26082609

2610+
# TODO: Fix this test
26092611
def test_import_export_with_orga_mediafiles(self) -> None:
26102612
self.create_meeting()
26112613
self.set_user_groups(1, [1])

0 commit comments

Comments
 (0)