Forgot this

This commit is contained in:
2026-07-17 16:27:16 -04:00
parent bead6f43b8
commit 24c27cfa2b
+1 -1
View File
@@ -123,7 +123,7 @@ mod tests {
#[test] #[test]
fn test_tokenize() { fn test_tokenize() {
let special_key = icarus_envy::environment::get_secret_key().value; let special_key = sienvy::environment::get_secret_key().value;
let id = uuid::Uuid::new_v4(); let id = uuid::Uuid::new_v4();
match create_token(&special_key, &id) { match create_token(&special_key, &id) {
Ok((token, _duration)) => { Ok((token, _duration)) => {