Skip to content

Commit

Permalink
Activate automation helper in integration tests
Browse files Browse the repository at this point in the history
Change-Id: Id8c3984cf39dff469928da29408d13e75a9f60df
  • Loading branch information
jherbel committed Jan 16, 2025
1 parent 73015f9 commit f016f09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ def get_site(request: pytest.FixtureRequest) -> Iterator[Site]:
exit_msg=f"Failure in site creation using fixture '{__file__}::{request.fixturename}'!"
):
yield from get_site_factory(prefix="int_").get_test_site(
name="test", auto_restart_httpd=True
name="test",
auto_restart_httpd=True,
global_settings_update={"automation_helper_active": True},
)


Expand Down

0 comments on commit f016f09

Please sign in to comment.