towerops/test/towerops_web
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
..
controllers Fix Bandit configuration and user settings HTML test 2026-01-15 16:06:01 -06:00
live Implement hierarchical agent assignment for SNMP polling 2026-01-14 08:38:50 -06:00
plugs Fix database ownership issues in agent auth tests 2026-01-13 13:16:54 -06:00
user_auth_test.exs more tests 2026-01-13 09:18:25 -06:00