Skip to content

Commit

Permalink
Update matrixHelpers.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp authored May 21, 2024
1 parent c8f13ba commit 8dd06ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/matrixHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export async function createRoom(matrixUrl: string, params: {
init: {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ "room_alias_name": "faucet" })
body: JSON.stringify({ "room_alias_name": params.roomAliasName })
}
});

Expand Down

0 comments on commit 8dd06ab

Please sign in to comment.