Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess committed Mar 1, 2024
1 parent 096105c commit 9817d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_add_k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
async def test_add_k8s(ops_test: OpsTest):
try:
k8s_cloud = await ops_test.add_k8s(skip_storage=False)
except ConfigException:
except (ConfigException, TypeError):
pytest.skip("No Kubernetes config found to add-k8s")

k8s_model = await ops_test.track_model(
Expand Down

0 comments on commit 9817d3a

Please sign in to comment.