use passport::config::JwtParsedKeyConfig; #[test] fn test_hs512_config() { assert!(serde_json::from_str::(include_str!("data/config.json")).is_ok()); }