diff --git a/tests/integration/test_scaling.py b/tests/integration/test_scaling.py index 3f1c001..4a8f725 100644 --- a/tests/integration/test_scaling.py +++ b/tests/integration/test_scaling.py @@ -5,9 +5,9 @@ import logging -import requests import pytest -from helpers import APP_NAME, get_application_url, get_memberships, scale +import requests +from helpers import APP_NAME, get_application_url, scale from pytest_operator.plugin import OpsTest logger = logging.getLogger(__name__) diff --git a/tests/integration/test_usersync.py b/tests/integration/test_usersync.py index 5648478..06ed93e 100644 --- a/tests/integration/test_usersync.py +++ b/tests/integration/test_usersync.py @@ -53,6 +53,7 @@ async def test_user_sync(self, ops_test: OpsTest): config=ranger_config, ) + await ops_test.model.set_config({"update-status-hook-interval": "5m"}) await ops_test.model.wait_for_idle( apps=[USERSYNC_NAME, LDAP_NAME], status="active",