Corrects unit test check (registerview should always return 200 regardless of authentication)
This commit is contained in:
parent
d20bd3de7d
commit
864aec3c52
1 changed files with 0 additions and 1 deletions
|
|
@ -78,7 +78,6 @@ class IndexTest(EvenniaWebTest):
|
||||||
|
|
||||||
class RegisterTest(EvenniaWebTest):
|
class RegisterTest(EvenniaWebTest):
|
||||||
url_name = 'register'
|
url_name = 'register'
|
||||||
unauthenticated_response = 302
|
|
||||||
|
|
||||||
class LoginTest(EvenniaWebTest):
|
class LoginTest(EvenniaWebTest):
|
||||||
url_name = 'login'
|
url_name = 'login'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue