Restore structured logging of queenbee_id

and clean up some other small remaining "plan b" to-dos.
This commit is contained in:
Mike Dalessio
2025-11-24 15:44:17 -05:00
parent e6bb9c1e96
commit 9f117159a6
3 changed files with 7 additions and 18 deletions
-2
View File
@@ -48,8 +48,6 @@ module ActiveSupport
include Turbo::Broadcastable::TestHelper
setup do
# TODO:PLANB: this is hacky, we should sort through the `Current` dependencies and figure out
# how to set Current.user without needing both a session *and* an account
Current.account = accounts("37s")
end