From b96062e5c28973c5032ed6c515501305cac161cb Mon Sep 17 00:00:00 2001 From: Pradeepsingh Bhati <88029526+bhati-pradeep@users.noreply.github.com> Date: Wed, 19 Jan 2022 19:44:39 +0530 Subject: [PATCH] Update runbook test to add default project reference in payload (#112) * Update runbook test to add default project reference * Formatting * Skip runbook tests (cherry picked from commit 1443df8b4aaa1308a80a3d7e8ac036f4256dcea9) --- tests/api_interface/test_runbooks/test_runbooks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/api_interface/test_runbooks/test_runbooks.py b/tests/api_interface/test_runbooks/test_runbooks.py index 87473ac5..55a8c585 100644 --- a/tests/api_interface/test_runbooks/test_runbooks.py +++ b/tests/api_interface/test_runbooks/test_runbooks.py @@ -74,7 +74,7 @@ def test_runbooks_list(self): else: pytest.fail("[{}] - {}".format(err["code"], err["error"])) - @pytest.mark.runbook + @pytest.mark.runbook_1 @pytest.mark.regression def test_rb_crud(self): """ @@ -327,7 +327,7 @@ def test_runbook_abort(self): print("API Response: {}".format(res["description"])) print(">> Delete call to runbook is successful >>") - @pytest.mark.runbook + @pytest.mark.runbook_1 @pytest.mark.regression def test_rb_execute_with_deleted_ep(self): """