mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 09:46:32 +01:00
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):
|
||||
url_name = 'register'
|
||||
unauthenticated_response = 302
|
||||
|
||||
class LoginTest(EvenniaWebTest):
|
||||
url_name = 'login'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue