Skip to content

Commit

Permalink
fix type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
yanksyoon committed Nov 29, 2024
1 parent 49e2a2e commit 2ce7c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/test_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@


import logging
import pathlib

import ops
import pytest
import pytest_asyncio
import requests
Expand Down Expand Up @@ -46,7 +46,7 @@ async def jenkins_upgrade_depl(ops_test: OpsTest, model: Model):

@pytest.mark.usefixtures("jenkins_upgrade_depl")
async def test_jenkins_upgrade_check_job(
ops_test: OpsTest, jenkins_image: str, model: Model, charm: ops.CharmBase
ops_test: OpsTest, jenkins_image: str, model: Model, charm: str | pathlib.Path
):
"""
arrange: given charm has been built, deployed and a job has been defined.
Expand Down

0 comments on commit 2ce7c1a

Please sign in to comment.