Commit 1eeb49cc authored by 邓莹莹's avatar 邓莹莹

注销点赞

parent b9f89a8e
......@@ -11,7 +11,7 @@ class TestVote:
data = BaseRequest().api_load(path_setting.TRACTATE_VOTE)
test_case, test_data = get_ids(data, "tractate_vote")
# @pytest.mark.skip
@pytest.mark.skip
@pytest.mark.parametrize("param", test_data, ids=test_case)
def test_vote(self, param):
r = tractate_request().tractate_detail(param["current_city_id"], param["tractate_id"], param["data_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