forked from p15670423/monkey
UT: Use renamed resource (Registration -> Register)
This commit is contained in:
parent
a5f71a3ff5
commit
c7f9a5c90a
|
@ -4,9 +4,9 @@ from unittest.mock import MagicMock
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from common.utils.exceptions import AlreadyRegisteredError, InvalidRegistrationCredentialsError
|
from common.utils.exceptions import AlreadyRegisteredError, InvalidRegistrationCredentialsError
|
||||||
from monkey_island.cc.resources.auth.register import Registration
|
from monkey_island.cc.resources.auth.register import Register
|
||||||
|
|
||||||
REGISTRATION_URL = Registration.urls[0]
|
REGISTRATION_URL = Register.urls[0]
|
||||||
|
|
||||||
USERNAME = "test_user"
|
USERNAME = "test_user"
|
||||||
PASSWORD = "test_password"
|
PASSWORD = "test_password"
|
||||||
|
|
Loading…
Reference in New Issue