Skip to content

Commit

Permalink
skip: fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas committed Aug 16, 2023
1 parent f7db35b commit ab0dc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charms/istio-pilot/tests/unit/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
from istioctl import IstioctlError

GATEWAY_LIGHTKUBE_RESOURCE = create_namespaced_resource(
group="networking.istio.io", version="v1beta1", kind="Gateway", plural="gateways"
group="networking.istio.io", version="v1alpha3", kind="Gateway", plural="gateways"
)

VIRTUAL_SERVICE_LIGHTKUBE_RESOURCE = create_namespaced_resource(
Expand Down

0 comments on commit ab0dc2a

Please sign in to comment.