From f426e853de15a20f9f9c97f9554d281953c5b305 Mon Sep 17 00:00:00 2001 From: Moritz Date: Sat, 24 Jan 2026 10:43:50 +0100 Subject: [PATCH] Remove unused allow_no_actor_bypass config option --- config/test.exs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/test.exs b/config/test.exs index b47c764..33d608d 100644 --- a/config/test.exs +++ b/config/test.exs @@ -52,7 +52,3 @@ config :mv, :require_token_presence_for_authentication, false # Enable SQL Sandbox for async LiveView tests # This flag controls sync vs async behavior in CycleGenerator after_action hooks config :mv, :sql_sandbox, true - -# Allow operations without actor in test environment (NoActor check) -# SECURITY: This must ONLY be true in test.exs, never in prod/dev -config :mv, :allow_no_actor_bypass, true