1
0
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:
Stefan Pratter
2019-03-14 08:27:46 +00:00
parent 2e619ba4a8
commit 85bb3d0cd1
5 changed files with 18 additions and 9 deletions

View File

@@ -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,