summaryrefslogtreecommitdiff
path: root/app/controllers/sparkles/controller_test.go
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-23 15:33:14 -0600
committermo khan <mo@mokhan.ca>2025-07-23 15:33:14 -0600
commit7963e072161907e81544dcdc2ff04a49c9359096 (patch)
tree54c8c34feda2cdeee46cdf662d18d89889a7d609 /app/controllers/sparkles/controller_test.go
parentf861b0df276d26ef8db1e27678f807d22dabd6e3 (diff)
refactor: remove create permission check
Diffstat (limited to 'app/controllers/sparkles/controller_test.go')
-rw-r--r--app/controllers/sparkles/controller_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/sparkles/controller_test.go b/app/controllers/sparkles/controller_test.go
index 64b4dc5..d2469a7 100644
--- a/app/controllers/sparkles/controller_test.go
+++ b/app/controllers/sparkles/controller_test.go
@@ -121,6 +121,7 @@ func TestSparkles(t *testing.T) {
})
t.Run("when the user is not authorized", func(t *testing.T) {
+ t.Skip()
mux := http.NewServeMux()
controller := New(repository, stub.Deny())
controller.MountTo(mux)