add test for github redirect in auth_handler_test.go

Co-authored-by: Joshua Casey <joshuatcasey@gmail.com>
This commit is contained in:
Ryan Richard
2024-05-09 15:35:37 -07:00
co-authored by Joshua Casey
parent 75f024cb19
commit 0cdbb710d2
2 changed files with 62 additions and 1 deletions
-1
View File
@@ -35,7 +35,6 @@ func TestGenerateOTPCode(t *testing.T) {
}
for _, test := range tests {
// This line can be removed when we upgrade golangci-lint to 1.58.1 and go1.22+
test := test
t.Run(test.name, func(t *testing.T) {
t.Parallel()