summaryrefslogtreecommitdiffstats
path: root/server/src/db/user.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/db/user.rs')
-rw-r--r--server/src/db/user.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/src/db/user.rs b/server/src/db/user.rs
index 8b2ff62a..eaf9d292 100644
--- a/server/src/db/user.rs
+++ b/server/src/db/user.rs
@@ -237,7 +237,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,
@@ -266,7 +266,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,