mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Replace occurrences of "blacklist" with "banlist" (#1434)
* Rename blacklist to banlist * Rename more cases of blacklist to banlist * Rename Blacklist -> Banlist in migrations
This commit is contained in:
@@ -1205,7 +1205,7 @@ class EventMicrodataTest(EventTestMixin, SoupTest):
|
||||
self.assertEqual(self.event.date_from.isoformat(), md['startDate'], msg='Date From not present')
|
||||
|
||||
|
||||
class EventSlugBlacklistValidatorTest(EventTestMixin, SoupTest):
|
||||
class EventSlugBanlistValidatorTest(EventTestMixin, SoupTest):
|
||||
@scopes_disabled()
|
||||
def test_slug_validation(self):
|
||||
event = Event(
|
||||
|
||||
Reference in New Issue
Block a user