Skip to content

Commit

Permalink
fix: more test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Jan 13, 2025
1 parent b832648 commit 67faf7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def charm_project(
| {
"base": f"{distro_id}@{distro_version}",
"platforms": {util.get_host_architecture(): None},
"parts": {"charm": {"plugin": "charm", "source": "."}},
},
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ platforms:
parts:
charm:
plugin: charm
source: .

actions:
pause:
Expand Down

0 comments on commit 67faf7d

Please sign in to comment.