Skip to content

Commit

Permalink
tox -e format
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed Nov 11, 2024
1 parent 08064e9 commit 6803416
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/integration/tests/test_util/test_bootstrap.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
#
# Copyright 2024 Canonical, Ltd.
#
from typing import List

import pytest
from test_util import harness


@pytest.mark.node_count(1)
@pytest.mark.disable_k8s_bootstrapping()
def test_microk8s_installed(instances: List[harness.Instance]):
Expand Down

0 comments on commit 6803416

Please sign in to comment.