Skip to content

Commit

Permalink
Update opensearch_external_url_formatter_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
luffynextgen authored Nov 17, 2023
1 parent 367ce02 commit 49daa71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/opensearch_external_url_formatter_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from elastalert.opensearch_external_url_formatter import AbsoluteOpensearchExternalUrlFormatter
from elastalert.opensearch_external_url_formatter import create_opensearch_external_url_formatter


class AbsoluteFormatTestCase:
def __init__(
self,
Expand All @@ -23,8 +24,6 @@ def __init__(
expected_url='http://opensearch.test.org/_dashboards/app/dev_tools#/console'
),
])


def test_absolute_opensearch_external_url_formatter(
test_case: AbsoluteFormatTestCase
):
Expand Down

0 comments on commit 49daa71

Please sign in to comment.