We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2d90ec + b0004b4 commit b3df508Copy full SHA for b3df508
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