Commit 5199b2d0 authored by 邓莹莹's avatar 邓莹莹

修正

parent 156ef8ab
......@@ -10,7 +10,7 @@ class TestProductMallServiceHomeFeed:
data = BaseRequest().api_load(path_setting.FEED_TAB_SERVICE_DOCTORS)
productmallservicehomefeed_case, productmallservicehomefeed_data = get_ids(data, "home_feed")
#此接口已弃用
@pytest.skip
@pytest.mark.skip
@pytest.mark.parametrize("param", productmallservicehomefeed_data, ids=productmallservicehomefeed_case)
def test_product_mall_service_home_feed(self,param):
r = service_request().feed_home(param["tab_value"], param["input_type"])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment