Skip to content

Commit

Permalink
fix(subtree): gitguardian remove generic pwd in login.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
marc.sirisak committed Apr 11, 2024
1 parent 76fbffb commit caf8012
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test.describe("Login", () => {
test.use({ startHomeserverOpts: "consent" });

const username = "user1234";
const password = "p4s5W0rD";
const password = ""; // :TCHAP: remove pwd to pass git guardian

test.beforeEach(async ({ page, homeserver }) => {
await homeserver.registerUser(username, password);
Expand Down

0 comments on commit caf8012

Please sign in to comment.