From 95a6c6c799711b9c7026f3494da3ad15b3328f55 Mon Sep 17 00:00:00 2001 From: Kfir Hadas Date: Thu, 8 Jun 2017 04:04:20 +0300 Subject: [PATCH] Amend method name to reflect actual reg URL test Cherry-picked 3bb9517f2a61a00fd1443d94ffd11f1f34d33ee6 --- tests/test_nyaa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_nyaa.py b/tests/test_nyaa.py index 478a4c0..9a81330 100644 --- a/tests/test_nyaa.py +++ b/tests/test_nyaa.py @@ -43,7 +43,7 @@ class NyaaTestCase(unittest.TestCase): rv = self.app.get('/login') assert b'Username or email address' in rv.data - def test_registry(self): + def test_registration_url(self): rv = self.app.get('/register') assert b'Username' in rv.data assert b'Password' in rv.data