From bd9a91c77ebde16cbd24636b80457451c4949a93 Mon Sep 17 00:00:00 2001 From: Augustus Mayo Date: Sun, 17 Nov 2024 09:39:48 -0600 Subject: [PATCH] Fix test email --- v-api/src/context/magic_link.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v-api/src/context/magic_link.rs b/v-api/src/context/magic_link.rs index e55892c..c589b67 100644 --- a/v-api/src/context/magic_link.rs +++ b/v-api/src/context/magic_link.rs @@ -534,7 +534,7 @@ mod tests { "all", "", Utc::now().add(Duration::seconds(60)), - "ducks@oxidecomputer.com", + "user@company", ) .await; @@ -600,7 +600,7 @@ mod tests { "all", "", Utc::now().add(Duration::seconds(60)), - "ducks@oxidecomputer.com", + "user@company", ) .await .expect("Magic link attempt created"); @@ -669,7 +669,7 @@ mod tests { "all", "", Utc::now().add(Duration::seconds(60)), - "ducks@oxidecomputer.com", + "user@company", ) .await .expect("Magic link attempt created");