summaryrefslogtreecommitdiffstats
path: root/server/src/db/comment.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/db/comment.rs')
-rw-r--r--server/src/db/comment.rs12
1 files changed, 6 insertions, 6 deletions
diff --git a/server/src/db/comment.rs b/server/src/db/comment.rs
index ddf1feef..8a2aa889 100644
--- a/server/src/db/comment.rs
+++ b/server/src/db/comment.rs
@@ -229,7 +229,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,
@@ -249,7 +249,7 @@ mod tests {
deleted: None,
updated: None,
nsfw: false,
- actor_id: "changeme".into(),
+ actor_id: "http://fake.com".into(),
local: true,
private_key: None,
public_key: None,
@@ -275,7 +275,7 @@ mod tests {
embed_description: None,
embed_html: None,
thumbnail_url: None,
- ap_id: "changeme".into(),
+ ap_id: "http://fake.com".into(),
local: true,
published: None,
};
@@ -292,7 +292,7 @@ mod tests {
parent_id: None,
published: None,
updated: None,
- ap_id: "changeme".into(),
+ ap_id: "http://fake.com".into(),
local: true,
};
@@ -309,7 +309,7 @@ mod tests {
parent_id: None,
published: inserted_comment.published,
updated: None,
- ap_id: "changeme".into(),
+ ap_id: "http://fake.com".into(),
local: true,
};
@@ -323,7 +323,7 @@ mod tests {
read: None,
published: None,
updated: None,
- ap_id: "changeme".into(),
+ ap_id: "http://fake.com".into(),
local: true,
};