test(activitypub): add missing argument to test case for clarity
Some checks failed
lint / lint (push) Has been cancelled
test / unit (push) Has been cancelled
test / integration (push) Has been cancelled
lint / lint (pull_request) Failing after 9m22s
test / unit (pull_request) Successful in 16m26s
test / integration (pull_request) Failing after 16m58s

This commit is contained in:
2026-05-15 11:52:49 +02:00
parent 7b1e26fa9e
commit 5f61a71336

View File

@@ -323,6 +323,7 @@ mod tests {
false, false,
None, None,
"public", "public",
None,
) )
.await .await
.unwrap(); .unwrap();