Skip to content
Snippets Groups Projects
Commit aae62da3 authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Replaced test for invalid tags containing new lines with empty tag

parent 337bb5fc
Branches
Tags
No related merge requests found
......@@ -98,7 +98,7 @@ def test_validate_licenseAttributionByText():
def test_tag_name_validator_invalid():
with pytest.raises(Exception):
tag_name_validator('Foo\nBar', None)
tag_name_validator('', None)
def test_tag_name_validator_valid():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment