Skip to content

Commit

Permalink
Explicit channel for postgresql charm (#68)
Browse files Browse the repository at this point in the history
By-passed. The failing test is not related to the change
  • Loading branch information
arturo-seijas committed Jun 8, 2023
1 parent 8aba5ee commit fad3efd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ async def app_fixture(
"""
# Deploy relations to speed up overall execution
await asyncio.gather(
model.deploy("postgresql-k8s", series="focal"),
model.deploy("postgresql-k8s", channel="latest/stable", series="focal", trust=True),
model.deploy("redis-k8s", series="focal"),
model.deploy("nginx-ingress-integrator", series="focal", trust=True),
)
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ description = Run integration tests
deps =
boto3
bs4
juju==3.0.4
juju==2.9.42.4
pytest
pytest-operator
pytest-asyncio
Expand Down

0 comments on commit fad3efd

Please sign in to comment.