From e990cd38974f85011ce1c94a74c5346681221f9b Mon Sep 17 00:00:00 2001 From: Weii Wang Date: Mon, 9 Dec 2024 13:43:35 +0800 Subject: [PATCH] Fix linting issues --- .github/workflows/test.yaml | 1 + tests/integration/test_charm.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index bd1426c..58b006b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,3 +10,4 @@ jobs: with: self-hosted-runner: true self-hosted-runner-label: "edge" + self-hosted-runner-image: noble diff --git a/tests/integration/test_charm.py b/tests/integration/test_charm.py index f9693a2..784a332 100644 --- a/tests/integration/test_charm.py +++ b/tests/integration/test_charm.py @@ -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"), },