From 3cc87b45f70ae32fe8ca69b3cd185dd8d56d94dd Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 26 Mar 2023 14:14:52 +0200 Subject: Fetch abook and xchan directly from api. We don't really need the intermediate layer in the binary module. --- tests/zotapi.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/zotapi.rs b/tests/zotapi.rs index 10a6c74..1f9d4e7 100644 --- a/tests/zotapi.rs +++ b/tests/zotapi.rs @@ -206,7 +206,7 @@ const EMPTY_XCHAN: &str = r#"{ "photo_l": "", "photo_m": "", "photo_s": "", - "addr": "", + "address": "", "url": "", "connurl": "", "follow": "", -- cgit v1.2.3