diff --git a/test_requests/login.http b/test_requests/login.http index 4163c75..4567220 100644 --- a/test_requests/login.http +++ b/test_requests/login.http @@ -3,6 +3,6 @@ content-type: application/json { "email": "test4@yopmail.com", - "password": "yolo" + "password": "safe" } \ No newline at end of file diff --git a/test_requests/update_user.http b/test_requests/update_user.http index be0471f..c7c8426 100644 --- a/test_requests/update_user.http +++ b/test_requests/update_user.http @@ -4,6 +4,6 @@ Authorization: Bearer eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJwaG9lbml4X { "user": { - "password": "safe" + "hashed_password": "safe" } } \ No newline at end of file