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 087f0e7 commit c53c9c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/opensearch_external_url_formatter_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def test_absolute_opensearch_external_url_formatter(
base_url=test_case.base_url
)
actualUrl = formatter.format(test_case.relative_url)
print(actualUrl)
assert actualUrl == test_case.expected_url


Expand Down

0 comments on commit c53c9c3

Please sign in to comment.