test: fix ui add runtime cli env call

This commit is contained in:
Nick Sweeting 2026-06-02 15:29:54 -07:00
parent 042339cdf7
commit d8fec2e1cf
No known key found for this signature in database

View File

@ -222,7 +222,7 @@ def test_add_view_depth_two_crawl_renders_outputs_over_server(tmp_path, recursiv
port = get_free_port()
env = cli_env(
port,
port=port,
PLUGINS="wget,parse_html_urls",
PUBLIC_INDEX="True",
PUBLIC_ADD_VIEW="True",