1
0
mirror of https://github.com/peeringdb/peeringdb.git synced 2024-05-11 05:55:09 +00:00

revert drop ixlan changes (#21) (#631)

Revert #21
This commit is contained in:
Matt Griswold
2020-01-21 15:56:47 -06:00
committed by GitHub
parent 9a6efa1f9f
commit 676f850bfe
24 changed files with 528 additions and 373 deletions

View File

@@ -68,7 +68,9 @@ class AdminTests(TestCase):
cls.admin_user.save()
# set up some ixlans
cls.entities["ixlan"] = [ix.ixlan for ix in cls.entities["ix"]]
cls.entities["ixlan"] = [
models.IXLan.objects.create(ix=ix, status="ok") for ix in cls.entities["ix"]
]
# set up a prefix
cls.entities["ixpfx"] = [