summaryrefslogtreecommitdiff
path: root/handlers_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'handlers_test.go')
-rw-r--r--handlers_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/handlers_test.go b/handlers_test.go
index c539b60..db97502 100644
--- a/handlers_test.go
+++ b/handlers_test.go
@@ -82,7 +82,7 @@ func TestHTTPRegister(t *testing.T) {
return db
}
- testHandler(t, register, cases, setup)
+ testHandler(t, ApiRegistration, cases, setup)
}
func TestHTTPAuthenticate(t *testing.T) {
@@ -112,5 +112,5 @@ func TestHTTPAuthenticate(t *testing.T) {
return db
}
- testHandler(t, authenticate, cases, setup)
+ testHandler(t, ApiAuthentication, cases, setup)
}