mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
fix #444: default filter all
in admin views
fix #426: fix issue where asn email validation was case sensitive in some cases disable test_locale_files as this is now handled by weblate and locale files no longer reside in this repo
This commit is contained in:
@@ -89,7 +89,7 @@ class AsnAutomationTestCase(TestCase):
|
||||
cls.base_org = models.Organization.objects.create(
|
||||
name="ASN Automation Tests")
|
||||
|
||||
for username, email in [("user_a", "neteng@20c.com"),
|
||||
for username, email in [("user_a", "Neteng@20c.com"),
|
||||
("user_b", "neteng@other.com"),
|
||||
("user_c", "other@20c.com")]:
|
||||
setattr(cls, username,
|
||||
|
Reference in New Issue
Block a user