()
| 426 | |
| 427 | #[test] |
| 428 | fn check_status_active_ok() { |
| 429 | let ctx = AuthContext::from_identity(&test_identity(), "s_test_005".into()); |
| 430 | assert!(ctx.check_status().is_ok()); |
| 431 | } |
| 432 | |
| 433 | #[test] |
| 434 | fn check_status_suspended_err() { |
nothing calls this directly
no test coverage detected