Skip to content

Commit

Permalink
chore: Format
Browse files Browse the repository at this point in the history
  • Loading branch information
alithethird committed Sep 24, 2024
1 parent 5220fff commit 4fdacc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from boto3 import client
from botocore.config import Config
from juju.application import Application
from ops.model import ActiveStatus, WaitingStatus
from ops.model import ActiveStatus
from pytest_operator.plugin import Model, OpsTest

from charm import PROMETHEUS_PORT
Expand Down
1 change: 1 addition & 0 deletions tests/integration/test_db_migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

logger = logging.getLogger(__name__)


@pytest.mark.asyncio
@pytest.mark.abort_on_fail
async def test_db_migration(model: Model, ops_test: OpsTest, pytestconfig: Config, run_action):
Expand Down

0 comments on commit 4fdacc5

Please sign in to comment.