summaryrefslogtreecommitdiffstats
path: root/server/src/db/community.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/db/community.rs')
-rw-r--r--server/src/db/community.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/src/db/community.rs b/server/src/db/community.rs
index 885c9779..38ad07fc 100644
--- a/server/src/db/community.rs
+++ b/server/src/db/community.rs
@@ -256,7 +256,7 @@ mod tests {
lang: "browser".into(),
show_avatars: true,
send_notifications_to_email: false,
- actor_id: "changeme".into(),
+ actor_id: "http://fake.com".into(),
bio: None,
local: true,
private_key: None,
@@ -276,7 +276,7 @@ mod tests {
removed: None,
deleted: None,
updated: None,
- actor_id: "changeme".into(),
+ actor_id: "http://fake.com".into(),
local: true,
private_key: None,
public_key: None,
@@ -298,7 +298,7 @@ mod tests {
deleted: false,
published: inserted_community.published,
updated: None,
- actor_id: "changeme".into(),
+ actor_id: "http://fake.com".into(),
local: true,
private_key: None,
public_key: None,