Skip to content

Commit

Permalink
Update percona-cluster charm channel in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cderici committed Sep 6, 2023
1 parent bca0e02 commit 9f0d37b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/test_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async def test_action(event_loop):
'percona-cluster',
application_name='mysql',
series='bionic',
channel='latest/stable',
channel='5.7/stable',
config={
'tuning-level': 'safest',
},
Expand Down Expand Up @@ -62,7 +62,7 @@ async def test_get_set_config(event_loop):
'percona-cluster',
application_name='mysql',
series='bionic',
channel='latest/stable',
channel='5.7/stable',
config={
'tuning-level': 'safest',
},
Expand Down

0 comments on commit 9f0d37b

Please sign in to comment.