mirror of
https://github.com/pretix/pretix.git
synced 2026-08-21 12:36:26 +00:00
fix flake8
This commit is contained in:
@@ -83,7 +83,7 @@ def test_rule_create(token_client, organizer, event):
|
||||
assert rule.price_includes_tax is True
|
||||
assert rule.eu_reverse_charge is False
|
||||
assert str(rule.home_country) == "DE"
|
||||
assert rule.default == True
|
||||
assert rule.default is True
|
||||
|
||||
|
||||
@pytest.mark.django_db
|
||||
|
||||
Reference in New Issue
Block a user