summaryrefslogtreecommitdiffstats
path: root/server/src/apub.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/apub.rs')
-rw-r--r--server/src/apub.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/apub.rs b/server/src/apub.rs
index a9a417e2..4fc0ba33 100644
--- a/server/src/apub.rs
+++ b/server/src/apub.rs
@@ -50,7 +50,7 @@ mod tests {
};
let person = expected_user.person();
- assert_eq!("http://0.0.0.0/api/v1/user/thom", person.object_props.id_string().unwrap());
+ assert_eq!("rrr/api/v1/user/thom", person.object_props.id_string().unwrap());
let json = serde_json::to_string_pretty(&person).unwrap();
println!("{}", json);