summaryrefslogtreecommitdiffstats
path: root/server/src/db/private_message.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/db/private_message.rs')
-rw-r--r--server/src/db/private_message.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/server/src/db/private_message.rs b/server/src/db/private_message.rs
index e8b28485..9d362bbf 100644
--- a/server/src/db/private_message.rs
+++ b/server/src/db/private_message.rs
@@ -113,7 +113,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,
@@ -140,7 +140,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,
@@ -158,7 +158,7 @@ mod tests {
read: None,
published: None,
updated: None,
- ap_id: "changeme".into(),
+ ap_id: "http://fake.com".into(),
local: true,
};
@@ -173,7 +173,7 @@ mod tests {
read: false,
updated: None,
published: inserted_private_message.published,
- ap_id: "changeme".into(),
+ ap_id: "http://fake.com".into(),
local: true,
};