diff --git a/tests/integration/conftest.py b/tests/integration/conftest.py index 8d7f85d3..4b556f5c 100644 --- a/tests/integration/conftest.py +++ b/tests/integration/conftest.py @@ -134,7 +134,7 @@ async def app_fixture( """ # Deploy relations to speed up overall execution await asyncio.gather( - model.deploy("postgresql-k8s", channel="latest/stable", series="focal", trust=True), + model.deploy("postgresql-k8s", channel="latest/stable", series="focal"), model.deploy("redis-k8s", series="focal"), model.deploy("nginx-ingress-integrator", series="focal", trust=True), )