Skip to content

Commit

Permalink
of course
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueBurger committed Oct 6, 2024
1 parent 02c864b commit 04feb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/test/auth.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe("Security", () => {
let client = await TestUtil.getClient();
let fullUserInfo = TestUtil.getFullUser();
let adminClient = await TestUtil.getClient(true);
await adminClient.req("editUser", {action: "changePassword", password: "helloworld", id: fullUserInfo._id});
await adminClient.req("editUser", {action: "changePassword", password: "helloworld123", id: fullUserInfo._id});
adminClient.close();
let resp = client.req("auth", {
username: fullUserInfo.username
Expand Down

0 comments on commit 04feb4f

Please sign in to comment.