towerops/test/towerops_web/controllers
Graham McIntire 0ea2addc91
Fix Bandit configuration and user settings HTML test
Bandit 1.10.1 does not support read_timeout/write_timeout in http_1_options
or stream_idle_timeout in http_2_options. These invalid options caused the
application to crash on startup with 'Unsupported key(s) in http_1_options'.

Moved read_timeout to thousand_island_options where it belongs, and removed
the unsupported write_timeout and stream_idle_timeout options.

Also fixed UserSettingsHTMLTest to include the missing mobile_sessions assign
that is required by the edit.html.heex template.
2026-01-15 16:06:01 -06:00
..
api Implement hierarchical agent assignment for SNMP polling 2026-01-14 08:38:50 -06:00
error_html_test.exs Add test for ErrorHTML fallback render function 2026-01-13 07:48:23 -06:00
error_json_test.exs init 2025-12-21 11:10:43 -06:00
health_controller_test.exs update liveview 2026-01-14 13:54:48 -06:00
page_controller_test.exs add marketing site 2026-01-06 14:34:48 -06:00
page_html_test.exs Add test for PageHTML home template 2026-01-13 07:49:25 -06:00
user_credential_controller_test.exs Add comprehensive tests for EquipmentLive.Form and UserCredentialController 2026-01-12 18:46:15 -06:00
user_registration_controller_test.exs more features 2026-01-02 14:06:44 -06:00
user_registration_html_test.exs Add test for UserRegistrationHTML 2026-01-13 07:52:06 -06:00
user_session_controller_test.exs Streamline login flow and fix test failures 2026-01-13 13:08:24 -06:00
user_session_html_test.exs Add comprehensive tests for UserSessionHTML 2026-01-13 07:50:39 -06:00
user_settings_controller_test.exs 1. User Authentication 2025-12-21 13:31:59 -06:00
user_settings_html_test.exs Fix Bandit configuration and user settings HTML test 2026-01-15 16:06:01 -06:00