BK
@feature('Get action item by installation point id')
def test_get_action_item_by_installation_point_id(self, api_v2):
res = api_v2.get(
endpoints.WATCH_LIST + f"get-action-item?installation_point_id={INST_POINT_ID}&{ACCESS_TOKEN}")
assert res.status_code == 200
assert 'error' not in res.text
display_pretty_res(res)
with allure.step("Response"):
print(res.text)Но в отчёте он пустой

