Refactored session id.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3s

This commit is contained in:
2026-02-19 08:59:48 -05:00
parent 36b414d0c4
commit 8ce7bb642e
5 changed files with 50 additions and 45 deletions

View File

@@ -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() {