Skip to content

Commit

Permalink
fix apiversion in test
Browse files Browse the repository at this point in the history
  • Loading branch information
j18e committed Nov 25, 2021
1 parent 2d5eae2 commit 1e6f8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/k8s/test_role.py
Expand Up @@ -90,7 +90,7 @@ def _create_default_role():
object_meta = ObjectMeta(name=NAME, namespace=NAMESPACE, labels={"test": "true"})
policy_rules = [
PolicyRule(
apiGroups=["fiaas-schibsted.io"],
apiGroups=["fiaas.schibsted.io"],
resources=["applications", "application-statuses"],
verbs=["get", "list", "watch"],
resourceNames=[],
Expand Down

0 comments on commit 1e6f8e5

Please sign in to comment.