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

Revert "Add additional tests"

This reverts commit e015c548fb.
This commit is contained in:
Job Snijders
2020-04-23 11:47:34 +02:00
parent e015c548fb
commit a4f72d3c2e

View File

@@ -159,8 +159,6 @@ def test_validate_prefix_overlap():
("AS-FOO-BAR@RIPE", "AS-FOO-BAR@RIPE"),
("ripe::as-foo", "RIPE::AS-FOO"),
("as-foo@ripe", "AS-FOO@RIPE"),
("as-foo", "AS-FOO"),
("AS15562", "AS15562"),
("as-foo@ripe as-bar@ripe", "AS-FOO@RIPE AS-BAR@RIPE"),
("as-foo@ripe,as-bar@ripe", "AS-FOO@RIPE AS-BAR@RIPE"),
("as-foo@ripe, as-bar@ripe", "AS-FOO@RIPE AS-BAR@RIPE"),