Skip to content

Commit

Permalink
Fix validation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Dec 4, 2023
1 parent 0f7a45e commit 62a79a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_css_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,6 @@ def test_image_orientation_invalid(rule, reason):


@assert_no_logs
#@pytest.mark.parametrize('expander', list(EXPANDERS) + list(PROPERTIES))
@pytest.mark.parametrize('expander', list(EXPANDERS))
@pytest.mark.parametrize('expander', list(EXPANDERS) + list(PROPERTIES))
def test_empty_value(expander):
assert_invalid(f'{expander}:', message='Ignored')

0 comments on commit 62a79a7

Please sign in to comment.