From 5f61a71336932ab7cffb555f92772a11d15688da Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Fri, 15 May 2026 11:52:49 +0200 Subject: [PATCH] test(activitypub): add missing argument to test case for clarity --- crates/adapters/postgres/src/activitypub.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/adapters/postgres/src/activitypub.rs b/crates/adapters/postgres/src/activitypub.rs index 5267192..a7d527c 100644 --- a/crates/adapters/postgres/src/activitypub.rs +++ b/crates/adapters/postgres/src/activitypub.rs @@ -323,6 +323,7 @@ mod tests { false, None, "public", + None, ) .await .unwrap();