diff --git a/tests/test_changelog_format_asciidoc.py b/tests/test_changelog_format_asciidoc.py index 92be11407..a881909d1 100644 --- a/tests/test_changelog_format_asciidoc.py +++ b/tests/test_changelog_format_asciidoc.py @@ -169,7 +169,7 @@ def test_get_matadata( @pytest.mark.parametrize( - "format_with_tags, tag_string, expected, ", + "format_with_tags, tag_string, expected", ( pytest.param("${version}-example", "1.0.0-example", "1.0.0"), pytest.param("${version}example", "1.0.0example", "1.0.0"),