test: fixing or skipping more tests

This commit is contained in:
Mike Dalessio
2025-11-10 14:26:01 -05:00
parent 89d1299ec0
commit 905cf759d8
5 changed files with 12 additions and 14 deletions
@@ -2,7 +2,7 @@ require "test_helper"
class JoinCodesControllerTest < ActionDispatch::IntegrationTest
setup do
@tenant = ApplicationRecord.current_tenant
@tenant = accounts("37s").external_account_id
@join_code = account_join_codes(:sole)
end