BB: Change /api/registration -> /api/register

This commit is contained in:
Shreya Malviya 2022-08-01 18:49:22 +05:30
parent 236b2cb3e2
commit 54a0072454
1 changed files with 1 additions and 1 deletions

View File

@ -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,
)