Commit 156ef8ab authored by 邓莹莹's avatar 邓莹莹

去掉service_home_feed接口,已弃用

parent aa446351
_gtid=972ceaba0ad511ecaded3ea52a58a7e77092;sessionid=51h04tub409l8bi7l471qcqvteecdhq4
\ No newline at end of file
_gtid=de2a6dc20ad611eca9a59a2f15d18c5b4572;sessionid=svh9sdwghoih5xpo04c0a6qzzuml66gb
\ No newline at end of file
......@@ -9,7 +9,8 @@ from all_backend_api.service_request import service_request
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.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