forked from p15670423/monkey
BB: Change /api/registration -> /api/register
This commit is contained in:
parent
236b2cb3e2
commit
54a0072454
|
@ -49,7 +49,7 @@ class MonkeyIslandRequests(object):
|
|||
|
||||
def try_set_island_to_credentials(self):
|
||||
resp = requests.post( # noqa: DUO123
|
||||
self.addr + "api/registration",
|
||||
self.addr + "api/register",
|
||||
json={"username": ISLAND_USERNAME, "password": ISLAND_PASSWORD},
|
||||
verify=False,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue