most plugins have same response schema
This commit is contained in:
parent
3dd905d3d5
commit
1a1dc17648
17 changed files with 293 additions and 470 deletions
|
|
@ -496,7 +496,8 @@ async def test_getProductIotMap(webserver_client):
|
|||
jsonresp = json.loads(text)
|
||||
assert jsonresp["code"] == RETURN_API_SUCCESS
|
||||
|
||||
# Test getPimFile
|
||||
|
||||
async def test_pim_file(webserver_client):
|
||||
resp = await webserver_client.get("/api/pim/file/get/123")
|
||||
assert resp.status == 200
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue