feat: Fixes broken tests from adding reset-password routes / views.
This commit is contained in:
@@ -240,6 +240,7 @@ extension DatabaseClient.Users {
|
||||
get: { _ in User.mock },
|
||||
login: { _ in User.Token.mock },
|
||||
logout: { _ in },
|
||||
resetPassword: { _, _ in },
|
||||
token: { _ in User.Token.mock },
|
||||
update: { _, _ in User.mock }
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user