diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-29 09:48:03 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-29 09:48:03 +0300 |
| commit | d6954b4de0261e45d1d57b7f9319114b508817dc (patch) | |
| tree | ddcd83e8a04eaaf3ad4d81e5e4bbc1fad93b6951 /internal/auth | |
| parent | 23c22e80c998f56124f13e55702fb33f5249792c (diff) | |
feat(q9): implement REST handlers, streaming, uploads, shares, notes, progress, admin routes
Diffstat (limited to 'internal/auth')
| -rw-r--r-- | internal/auth/auth_test.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/internal/auth/auth_test.go b/internal/auth/auth_test.go index dc2b478..14b92ed 100644 --- a/internal/auth/auth_test.go +++ b/internal/auth/auth_test.go @@ -83,11 +83,11 @@ func TestSessionManager_ValidateSession(t *testing.T) { clk := &clock.MockClock{T: now} tests := []struct { - name string - returns *model.Session - returnsErr error - expectNil bool - expectDel bool + name string + returns *model.Session + returnsErr error + expectNil bool + expectDel bool }{ { name: "valid session", |
