most plugins have same response schema

This commit is contained in:
Robert Resch 2022-03-06 22:20:42 +01:00
parent 3dd905d3d5
commit 1a1dc17648
17 changed files with 293 additions and 470 deletions

View file

@ -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