summaryrefslogtreecommitdiff
path: root/internal/handlers/const_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/handlers/const_test.go')
-rw-r--r--internal/handlers/const_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/handlers/const_test.go b/internal/handlers/const_test.go
index 118cb2ec0..f1ab0d7df 100644
--- a/internal/handlers/const_test.go
+++ b/internal/handlers/const_test.go
@@ -37,6 +37,7 @@ const (
testRedirectionURLString = "https://www.example.com"
testUsername = "john"
testDisplayName = "john"
+ testEmail = "john@example.com"
exampleDotCom = "example.com"
)