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.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/apub.rs b/server/src/apub.rs
index 3c7202b2..66878d37 100644
--- a/server/src/apub.rs
+++ b/server/src/apub.rs
@@ -76,6 +76,7 @@ mod tests {
theme: "darkly".into(),
default_sort_type: SortType::Hot as i16,
default_listing_type: ListingType::Subscribed as i16,
+ lang: "browser".into(),
};
let person = expected_user.person();