icarus_envy related changes

This commit is contained in:
2025-10-10 16:45:23 -04:00
parent 130e7cc25e
commit a89415178d
4 changed files with 15 additions and 10 deletions

View File

@@ -124,7 +124,7 @@ mod tests {
#[test]
fn test_tokenize() {
let rt = tokio::runtime::Runtime::new().unwrap();
let special_key = rt.block_on(icarus_envy::environment::get_secret_key());
let special_key = rt.block_on(icarus_envy::environment::get_secret_key()).value;
let id = uuid::Uuid::new_v4();
match create_token(&special_key, &id) {
Ok((token, _duration)) => {