Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
weiiwang01 committed Dec 9, 2024
1 parent a948dcb commit e990cd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ jobs:
with:
self-hosted-runner: true
self-hosted-runner-label: "edge"
self-hosted-runner-image: noble
2 changes: 1 addition & 1 deletion tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async def test_deploy_charm(
)
await action.wait()
opencti = await model.deploy(
f"./{pytestconfig.getoption("--charm-file")}",
f"./{pytestconfig.getoption('--charm-file')}",
resources={
"opencti-image": pytestconfig.getoption("--opencti-image"),
},
Expand Down

0 comments on commit e990cd3

Please sign in to comment.