mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 10:03:21 -04:00
more fixes
This commit is contained in:
@@ -571,7 +571,7 @@ def test_autolink_urls_applies_correct_attributes(extra_kwargs, expected_html):
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
"content", ("without link", "with link to https://example.com")
|
||||
"content", ["without link", "with link to https://example.com"]
|
||||
)
|
||||
def test_autolink_urls_returns_markup(content):
|
||||
assert isinstance(autolink_urls(content), Markup)
|
||||
|
||||
Reference in New Issue
Block a user