diff --git a/src/models/user/search.rs b/src/models/user/search.rs index 5030da23..c71b5d45 100644 --- a/src/models/user/search.rs +++ b/src/models/user/search.rs @@ -172,7 +172,7 @@ mod tests { user_details.put_to_graph().await?; user_details - .put_index_json(vec![user_id].as_slice(), None) + .put_index_json(vec![user_id].as_slice(), None, None) .await?; // Call `put_to_index` with the same `UserDetails` object diff --git a/tests/service/tags/wot.rs b/tests/service/tags/wot.rs index 1a4985ec..0312aa70 100644 --- a/tests/service/tags/wot.rs +++ b/tests/service/tags/wot.rs @@ -22,7 +22,7 @@ const USER_C: &str = "cuimec4ngawamq8wa6fjzki6boxmwqcm11x6g7ontufrjwgdaxqo"; #[tokio::test] async fn test_wot_user_tags_endpoints() -> Result<(), DynError> { let _ = clear_wot_tags_cache().await; - + // Make sure, we still not index the WoT tags requesting the taggers let path = format!( "/v0/user/{}/taggers/{}?viewer_id={}&depth=2",