Skip to content

Commit

Permalink
test: fix create<note> test
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyUnderStars committed Dec 14, 2024
1 parent 0e41602 commit ba6f073
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/inbox/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@ test("Create<Note> at channel", async (t) => {
const activity = JSON.parse(
JSON.stringify(
addContext(buildAPCreateNote(buildAPNote(reference_message))),
).replaceAll(
"http://localhost/users/remote",
"http://remote/users/remote",
),
).replaceAll("http://localhost", "http://remote"),
);

const signed = signWithHttpSignature(
Expand Down

0 comments on commit ba6f073

Please sign in to comment.