We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d90ec commit b0004b4Copy full SHA for b0004b4
tests/e2e/helpdesk/chats/test_async_chats.py
@@ -2,6 +2,8 @@
2
3
from mpt_api_client.exceptions import MPTAPIError
4
5
+pytestmark = [pytest.mark.flaky]
6
+
7
8
async def test_get_chat(async_mpt_ops, chat_id):
9
service = async_mpt_ops.helpdesk.chats
tests/e2e/helpdesk/chats/test_sync_chats.py
def test_get_chat(mpt_ops, chat_id):
service = mpt_ops.helpdesk.chats
0 commit comments