Commit 5c6567aa authored by 邓莹莹's avatar 邓莹莹

修改断言结果

parent 45cbf366
_gtid=bfe7ab6303eb11ecb7c39e5bde4093e8181;sessionid=h25duaic55gseudqxcyuzxsn00voufvu
\ No newline at end of file
_gtid=add2928a03f811ecbb4dca44d4790cf29387;sessionid=nzz8aourtz4q3et01effi7ovggch4qc2
\ No newline at end of file
......@@ -16,7 +16,7 @@ class TestDiaryCards:
r = eyelids_request().diary_cards(param["current_city_id"], param["page"], param["page_size"],param["tag_names"])
print("返回结果", r)
assert r["error"] == 0
assert len(r["data"]) == 10
......@@ -16,6 +16,4 @@ class TestSkinRecommendServices:
r = skin_request().skin_recommend_service(param["device_id"], param["current_city_id"], param["appeal_tag_ids"],
param["offset"], param["size"])
print("返回结果", r)
if r["error"] == 0:
services = r["data"]["services"]
assert len(services) == param["assert_nums"]
assert r['error'] == 0
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