Changeset 0.9.4 (#54)
This commit is contained in:
@@ -26,7 +26,7 @@ func testConfig() *config.Config {
|
||||
|
||||
// testAuthHandler creates an AuthHandler with nil stores (safe for non-DB tests).
|
||||
func testAuthHandler() *AuthHandler {
|
||||
return NewAuthHandler(testConfig(), store.Stores{})
|
||||
return NewAuthHandler(testConfig(), store.Stores{}, nil)
|
||||
}
|
||||
|
||||
// ── JWT Token Tests ─────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user