Corrects unit test check (registerview should always return 200 regardless of authentication)

This commit is contained in:
Johnny 2018-10-27 11:42:30 +00:00
parent d20bd3de7d
commit 864aec3c52

View file

@ -78,7 +78,6 @@ class IndexTest(EvenniaWebTest):
class RegisterTest(EvenniaWebTest):
url_name = 'register'
unauthenticated_response = 302
class LoginTest(EvenniaWebTest):
url_name = 'login'