Skip to content

Commit

Permalink
wip: remooving unused variables
Browse files Browse the repository at this point in the history
Refs: BLAIS5-4525
  • Loading branch information
SidraJaved committed Dec 27, 2024
1 parent 924bb05 commit 6e9e8fd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/pages/users/UserProfileEdits/ChangePassword.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,6 @@ describe("ChangePassword Component", () => {
userEvent.click(saveButton);
});

const url = "/api/change-password/testUser";
const authManager = new AuthManager();
const headers = authManager.authHeader();
const formData = new FormData();
formData.append("password", "password123");

expect(editPassword).toHaveBeenCalledWith("testUser", "password123");
});

Expand Down

0 comments on commit 6e9e8fd

Please sign in to comment.