diff --git a/tests/e2e/helpdesk/channels/__init__.py b/tests/e2e/helpdesk/channels/__init__.py new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/tests/e2e/helpdesk/channels/__init__.py @@ -0,0 +1 @@ + diff --git a/tests/e2e/helpdesk/channels/messages/__init__.py b/tests/e2e/helpdesk/channels/messages/__init__.py new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/tests/e2e/helpdesk/channels/messages/__init__.py @@ -0,0 +1 @@ + diff --git a/tests/e2e/helpdesk/channels/messages/test_async_messages.py b/tests/e2e/helpdesk/channels/messages/test_async_messages.py index 32670ceb..24291474 100644 --- a/tests/e2e/helpdesk/channels/messages/test_async_messages.py +++ b/tests/e2e/helpdesk/channels/messages/test_async_messages.py @@ -12,6 +12,7 @@ async def test_list_channel_messages(async_channel_messages_service): assert len(result) > 0 +@pytest.mark.skip(reason="Unskip after MPT-19124 completed") async def test_list_channel_messages_not_found(async_mpt_ops, invalid_channel_id): with pytest.raises(MPTAPIError, match=r"404 Not Found"): await async_mpt_ops.helpdesk.channels.messages(invalid_channel_id).fetch_page(limit=1) diff --git a/tests/e2e/helpdesk/channels/messages/test_sync_messages.py b/tests/e2e/helpdesk/channels/messages/test_sync_messages.py index 011ee8ff..a10c9c06 100644 --- a/tests/e2e/helpdesk/channels/messages/test_sync_messages.py +++ b/tests/e2e/helpdesk/channels/messages/test_sync_messages.py @@ -12,6 +12,7 @@ def test_list_channel_messages(channel_messages_service): assert len(result) > 0 +@pytest.mark.skip(reason="Unskip after MPT-19124 completed") def test_list_channel_messages_not_found(mpt_ops, invalid_channel_id): with pytest.raises(MPTAPIError, match=r"404 Not Found"): mpt_ops.helpdesk.channels.messages(invalid_channel_id).fetch_page(limit=1) diff --git a/tests/e2e/helpdesk/chats/test_async_chats.py b/tests/e2e/helpdesk/chats/test_async_chats.py index 31994538..39b6e752 100644 --- a/tests/e2e/helpdesk/chats/test_async_chats.py +++ b/tests/e2e/helpdesk/chats/test_async_chats.py @@ -5,7 +5,6 @@ pytestmark = [pytest.mark.flaky] -@pytest.mark.skip(reason="Unskip after MPT-19124 completed") async def test_get_chat(async_mpt_ops, chat_id): service = async_mpt_ops.helpdesk.chats @@ -14,7 +13,6 @@ async def test_get_chat(async_mpt_ops, chat_id): assert result.id == chat_id -@pytest.mark.skip(reason="Unskip after MPT-19124 completed") async def test_list_chats(async_mpt_ops): service = async_mpt_ops.helpdesk.chats @@ -23,7 +21,6 @@ async def test_list_chats(async_mpt_ops): assert len(result) > 0 -@pytest.mark.skip(reason="Unskip after MPT-19124 completed") async def test_update_chat(async_mpt_ops, chat_id, short_uuid): service = async_mpt_ops.helpdesk.chats new_description = f"e2e update {short_uuid}" diff --git a/tests/e2e/helpdesk/chats/test_sync_chats.py b/tests/e2e/helpdesk/chats/test_sync_chats.py index 55928dfa..31c8c525 100644 --- a/tests/e2e/helpdesk/chats/test_sync_chats.py +++ b/tests/e2e/helpdesk/chats/test_sync_chats.py @@ -5,7 +5,6 @@ pytestmark = [pytest.mark.flaky] -@pytest.mark.skip(reason="Unskip after MPT-19124 completed") def test_get_chat(mpt_ops, chat_id): service = mpt_ops.helpdesk.chats @@ -14,7 +13,6 @@ def test_get_chat(mpt_ops, chat_id): assert result.id == chat_id -@pytest.mark.skip(reason="Unskip after MPT-19124 completed") def test_list_chats(mpt_ops): service = mpt_ops.helpdesk.chats @@ -23,7 +21,6 @@ def test_list_chats(mpt_ops): assert len(result) > 0 -@pytest.mark.skip(reason="Unskip after MPT-19124 completed") def test_update_chat(mpt_ops, chat_id, short_uuid): service = mpt_ops.helpdesk.chats new_description = f"e2e update {short_uuid}" diff --git a/tests/e2e/helpdesk/parameter_groups/__init__.py b/tests/e2e/helpdesk/parameter_groups/__init__.py new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/tests/e2e/helpdesk/parameter_groups/__init__.py @@ -0,0 +1 @@ + diff --git a/tests/e2e/helpdesk/parameter_groups/parameters/__init__.py b/tests/e2e/helpdesk/parameter_groups/parameters/__init__.py new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/tests/e2e/helpdesk/parameter_groups/parameters/__init__.py @@ -0,0 +1 @@ + diff --git a/tests/e2e/helpdesk/queues/__init__.py b/tests/e2e/helpdesk/queues/__init__.py new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/tests/e2e/helpdesk/queues/__init__.py @@ -0,0 +1 @@ +