Skip to content

Commit

Permalink
Fix test email
Browse files Browse the repository at this point in the history
  • Loading branch information
augustuswm committed Nov 17, 2024
1 parent a5b05e8 commit bd9a91c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions v-api/src/context/magic_link.rs
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ mod tests {
"all",
"",
Utc::now().add(Duration::seconds(60)),
"[email protected]",
"user@company",
)
.await;

Expand Down Expand Up @@ -600,7 +600,7 @@ mod tests {
"all",
"",
Utc::now().add(Duration::seconds(60)),
"[email protected]",
"user@company",
)
.await
.expect("Magic link attempt created");
Expand Down Expand Up @@ -669,7 +669,7 @@ mod tests {
"all",
"",
Utc::now().add(Duration::seconds(60)),
"[email protected]",
"user@company",
)
.await
.expect("Magic link attempt created");
Expand Down

0 comments on commit bd9a91c

Please sign in to comment.