mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
chore(deps): update fred and moka (#3088)
This commit is contained in:
@ -50,8 +50,8 @@ async fn invalidate_existing_cache_success() {
|
||||
let response_body = response.body().await;
|
||||
println!("invalidate Cache: {response:?} : {response_body:?}");
|
||||
assert_eq!(response.status(), awc::http::StatusCode::OK);
|
||||
assert!(cache::CONFIG_CACHE.get(&cache_key).is_none());
|
||||
assert!(cache::ACCOUNTS_CACHE.get(&cache_key).is_none());
|
||||
assert!(cache::CONFIG_CACHE.get(&cache_key).await.is_none());
|
||||
assert!(cache::ACCOUNTS_CACHE.get(&cache_key).await.is_none());
|
||||
}
|
||||
|
||||
#[actix_web::test]
|
||||
|
||||
Reference in New Issue
Block a user