diff options
Diffstat (limited to 'pkg/web/middleware/enforce_authn_test.go')
| -rw-r--r-- | pkg/web/middleware/enforce_authn_test.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/pkg/web/middleware/enforce_authn_test.go b/pkg/web/middleware/enforce_authn_test.go deleted file mode 100644 index 285db5b..0000000 --- a/pkg/web/middleware/enforce_authn_test.go +++ /dev/null @@ -1,11 +0,0 @@ -package middleware - -import "testing" - -func TestEnforceAuthn(t *testing.T) { - t.Run("when an active session cookie is provided", func(t *testing.T) { - t.Run("attaches a user to the request context", func(t *testing.T) { - - }) - }) -} |
