Refactored session id.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3s
This commit is contained in:
@@ -233,7 +233,6 @@ mod sessions {
|
||||
_ => unreachable!("got {:?}, should have gotten records", action),
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
@@ -256,6 +255,7 @@ mod sessions {
|
||||
_ => unreachable!("got {:?}, should have been an error", action),
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
#[test]
|
||||
fn expire_should_update_on_successful_query() {
|
||||
|
||||
Reference in New Issue
Block a user