From b0615d4c71862c134f99ffd0845baa66acaf4d6e Mon Sep 17 00:00:00 2001 From: Maxim Zhiltsov Date: Mon, 20 Jan 2025 17:18:20 +0200 Subject: [PATCH] Extend job filter tests --- tests/python/rest_api/test_jobs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python/rest_api/test_jobs.py b/tests/python/rest_api/test_jobs.py index e7b405dce9e9..200091f14b76 100644 --- a/tests/python/rest_api/test_jobs.py +++ b/tests/python/rest_api/test_jobs.py @@ -998,6 +998,7 @@ def _get_endpoint(self, api_client: ApiClient) -> Endpoint: "task_id", "project_id", "type", + "parent_job_id", ), ) def test_can_use_simple_filter_for_object_list(self, field):