Changes to environment retrieval code
This commit is contained in:
@@ -88,7 +88,8 @@ mod tests {
|
|||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_tokenize() {
|
fn test_tokenize() {
|
||||||
let special_key = get_key().unwrap();
|
let rt = tokio::runtime::Runtime::new().unwrap();
|
||||||
|
let special_key = rt.block_on(icarus_envy::environment::get_secret_key());
|
||||||
match create_token(&special_key) {
|
match create_token(&special_key) {
|
||||||
Ok((token, _duration)) => {
|
Ok((token, _duration)) => {
|
||||||
let result = verify_token(&special_key, &token);
|
let result = verify_token(&special_key, &token);
|
||||||
|
Reference in New Issue
Block a user