We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e02b48 commit 3d89c7fCopy full SHA for 3d89c7f
packages/tracker-core/src/authentication/service.rs
@@ -195,7 +195,8 @@ mod tests {
195
}
196
197
#[tokio::test]
198
- async fn it_should_not_authenticate_a_registered_but_expired_key_when_the_tracker_is_explicitly_configured_to_check_keys_expiration() {
+ async fn it_should_not_authenticate_a_registered_but_expired_key_when_the_tracker_is_explicitly_configured_to_check_keys_expiration(
199
+ ) {
200
let config = Core {
201
private: true,
202
private_mode: Some(PrivateMode {
0 commit comments