Skip to content

Commit f15d0fa

Browse files
rjsparksNGPixel
authored andcommitted
test: match changes to release/about
* chore: bring docker-compose to root level (ietf-tools#3642) * test: match changes to release/about Co-authored-by: Nicolas Giard <github@ngpixel.com>
1 parent 05c6439 commit f15d0fa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/release/tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def test_about(self):
2929
text = q('#content').text()
3030
for word in ["About", "2.00", "3.00", "4.00", "5.0.0"]:
3131
self.assertIn(word, text)
32-
self.assertGreater(len(q('#content a')), 16)
3332

3433
def test_stats(self):
3534
url = reverse('ietf.release.views.stats')

0 commit comments

Comments
 (0)