Skip to content

Commit

Permalink
Update runbook test to add default project reference in payload (#112)
Browse files Browse the repository at this point in the history
* Update runbook test to add default project reference

* Formatting

* Skip runbook tests

(cherry picked from commit 1443df8b4aaa1308a80a3d7e8ac036f4256dcea9)
  • Loading branch information
bhati-pradeep authored and abhijeetkaurav1st committed Mar 13, 2022
1 parent 882e9a2 commit b96062e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/api_interface/test_runbooks/test_runbooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
Expand Down Expand Up @@ -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):
"""
Expand Down

0 comments on commit b96062e

Please sign in to comment.