Skip to content

Commit

Permalink
fixed alert test docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
heiderje-vmware committed Dec 1, 2023
1 parent d765f78 commit 6d05c71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tests/unit/platform/test_alertsv7_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1997,8 +1997,7 @@ def on_post(url, body, **kwargs):


def test_group_alert_to_get_alert_search_query(cbcsdk_mock):
"""Test the helper function get_alerts creates the proper request."""

"""Test the helper function get_alert_search_query creates the proper request."""
def on_post(url, body, **kwargs):
assert body == GROUP_SEARCH_ALERT_REQUEST
return GROUP_SEARCH_ALERT_RESPONSE
Expand Down

0 comments on commit 6d05c71

Please sign in to comment.