diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2023-03-26 14:14:52 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2023-03-26 14:14:52 +0200 |
commit | 3cc87b45f70ae32fe8ca69b3cd185dd8d56d94dd (patch) | |
tree | cbc0b84d6668de545c623834727665cbb08902ba /tests | |
parent | d08138ea633da76d9ca390e4f9e3c5489aee23d1 (diff) | |
download | rust-zotapi-3cc87b45f70ae32fe8ca69b3cd185dd8d56d94dd.tar.gz rust-zotapi-3cc87b45f70ae32fe8ca69b3cd185dd8d56d94dd.tar.bz2 rust-zotapi-3cc87b45f70ae32fe8ca69b3cd185dd8d56d94dd.zip |
Fetch abook and xchan directly from api.
We don't really need the intermediate layer in the binary module.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/zotapi.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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": "", |