Skip to content

Commit

Permalink
Revert "Try to fix test_server_ops_multi_tenant in release builds (#8220
Browse files Browse the repository at this point in the history
)"

This reverts commit b8c870b.
  • Loading branch information
fantix committed Jan 16, 2025
1 parent 5474217 commit 2cba11f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/test_server_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -1798,13 +1798,6 @@ async def _test_server_ops_multi_tenant_6(self, mtargs: MultiTenantArgs):
)

async def _test_server_ops_multi_tenant_7(self, mtargs: MultiTenantArgs):
# FIXME(fantix?) - We can't test this outside devmode, because we
# can't currently use testmode in multi-tenant mode.
# This means that we can't access the server-info debug endpoint
# to get the info we need outside of devmode.
if not devmode.is_in_dev_mode():
return

self.assertEqual(
(await mtargs.current_email_provider(1))["sender"],
"[email protected]",
Expand Down

0 comments on commit 2cba11f

Please sign in to comment.