Skip to content

Commit

Permalink
Add missing test case attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Jul 28, 2024
1 parent 9b772f1 commit d4ae33a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/test_kubernetes_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ class TestKubernetesIntegration(BaseJobEnvironmentIntegrationTestCase, MulledJob
jobs_directory: str
persistent_volume_claims: List[KubeSetupConfigTuple]
persistent_volumes: List[KubeSetupConfigTuple]
container_type = "docker"

def setUp(self) -> None:
super().setUp()
Expand Down

0 comments on commit d4ae33a

Please sign in to comment.