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

Pr 503 remove partners page (#504)

* remove partners link and page (#503)

* remove partners page tests (#503)
This commit is contained in:
Matt Griswold
2019-05-22 07:15:45 -05:00
committed by GitHub
parent 88b6faf93e
commit 04a2e9d425
3 changed files with 5 additions and 4 deletions

View File

@@ -51,6 +51,10 @@ class ViewTestCase(TestCase):
self.factory = RequestFactory()
def test_view(self):
# disable this test until we re-enable the partners page
return
c = Client()
resp = c.get("/partners", follow=True)
self.assertEqual(resp.status_code, 200)