mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-26 13:31:02 +00:00
Cache local instance user for test
This commit is contained in:
parent
b9ea06a01a
commit
12a8d00f8e
1 changed files with 1 additions and 0 deletions
|
@ -350,6 +350,7 @@ pub(crate) mod tests {
|
|||
})
|
||||
.collect();
|
||||
Instance::cache_local(conn);
|
||||
Instance::cache_local_instance_user(conn);
|
||||
res
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue