Commit 55690bb
authored
Merge pull request #757 from cderici/local-refresh-with-resoruces
#757
#### Description
This fixes the regression where we don't accept local refresh (`upgrade-charm`) with resources.
Fixes #756
#### QA Steps
Added an additional test to catch this in the future:
```
tox -e integration -- tests/integration/test_application.py::test_upgrade_local_charm_resource
```2 files changed
Lines changed: 24 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
637 | 637 | | |
638 | 638 | | |
639 | 639 | | |
640 | | - | |
641 | | - | |
642 | 640 | | |
643 | 641 | | |
644 | 642 | | |
645 | 643 | | |
646 | 644 | | |
647 | | - | |
648 | 645 | | |
649 | 646 | | |
650 | 647 | | |
| |||
664 | 661 | | |
665 | 662 | | |
666 | 663 | | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
667 | 667 | | |
668 | 668 | | |
669 | 669 | | |
| |||
731 | 731 | | |
732 | 732 | | |
733 | 733 | | |
| 734 | + | |
734 | 735 | | |
735 | 736 | | |
736 | 737 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
267 | 287 | | |
268 | 288 | | |
269 | 289 | | |
| |||
0 commit comments