()
| 506 | |
| 507 | #[test] |
| 508 | fn build_scopes_deduplicates_openid() { |
| 509 | let scopes = build_scopes(Some("openid profile")); |
| 510 | assert_eq!(scopes.len(), 2); |
| 511 | } |
| 512 | |
| 513 | #[test] |
| 514 | fn build_ci_scopes_empty_on_none() { |
nothing calls this directly
no test coverage detected