File tree Expand file tree Collapse file tree
tests/e2e/helpdesk/parameters Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ def parameter_data(short_uuid):
1313 "description" : "E2E Created Helpdesk Parameter" ,
1414 "scope" : "Case" ,
1515 "phase" : "Request" ,
16- "type" : "String " ,
16+ "type" : "SingleLineText " ,
1717 "multiple" : False ,
1818 "constraints" : {
1919 "required" : False ,
Original file line number Diff line number Diff line change 55from mpt_api_client .exceptions import MPTAPIError
66from mpt_api_client .resources .helpdesk .parameters import Parameter
77
8- pytestmark = [
9- pytest .mark .flaky ,
10- pytest .mark .skip (reason = "Skipped per MPT-18373 request" ),
11- ]
8+ pytestmark = [pytest .mark .flaky , pytest .mark .skip (reason = "Unskip after MPT-19967 fixed" )]
129
1310
1411async def test_get_parameter (async_mpt_ops , async_created_parameter ):
Original file line number Diff line number Diff line change 55from mpt_api_client .exceptions import MPTAPIError
66from mpt_api_client .resources .helpdesk .parameters import Parameter
77
8- pytestmark = [
9- pytest .mark .flaky ,
10- pytest .mark .skip (reason = "Skipped per MPT-18373 request" ),
11- ]
8+ pytestmark = [pytest .mark .flaky ]
129
1310
1411def test_get_parameter (mpt_ops , created_parameter ):
You can’t perform that action at this time.
0 commit comments