Amend method name to reflect actual reg URL test

Cherry-picked 3bb9517f2a61a00fd1443d94ffd11f1f34d33ee6
This commit is contained in:
Kfir Hadas 2017-06-08 04:04:20 +03:00
parent e8e8c27994
commit 95a6c6c799
1 changed files with 1 additions and 1 deletions

View File

@ -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