Commit e4ea8ab
authored
Merge pull request #932 from cderici/change-charm-in-test-action
#932
#### Description
This fixes an issue (we see [in the nightly build](https://github.com/cderici/python-libjuju/actions/runs/5779670269/job/15662283086#step:8:334)) with the `test_action` integration test that's seemingly caused by the percona-cluster cham (no code about the `get_actions` has changed in the pylibjuju side). In this PR we just change that to the `mysql` charm to have this test pass again.
#### QA Steps
```
tox -e integration -- tests/integration/test_application.py::test_action
```1 file changed
Lines changed: 4 additions & 34 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
53 | 23 | | |
54 | 24 | | |
55 | 25 | | |
| |||
0 commit comments