test: match changes to release/about

* chore: bring docker-compose to root level (#3642)

* test: match changes to release/about

Co-authored-by: Nicolas Giard <github@ngpixel.com>
This commit is contained in:
Robert Sparks 2022-03-16 13:15:05 -05:00 committed by GitHub
parent a043bd5f8e
commit efc87dc35b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,6 @@ class ReleasePagesTest(TestCase):
text = q('#content').text()
for word in ["About", "2.00", "3.00", "4.00", "5.0.0"]:
self.assertIn(word, text)
self.assertGreater(len(q('#content a')), 16)
def test_stats(self):
url = reverse('ietf.release.views.stats')