Skip to content

Commit

Permalink
Merge pull request #459 from pehala/issuer_namespace
Browse files Browse the repository at this point in the history
Use CustomReference in test_invalid_issuer_reference.py
  • Loading branch information
Jakub Smolar authored Jun 26, 2024
2 parents cf849b0 + 1293e31 commit 0ef98a9
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ def test_wrong_issuer_type(request, gateway, blame, module_label):
gateway.openshift,
blame("resource"),
gateway,
gateway,
CustomReference(
group="gateway.networking.k8s.io",
kind="Gateway",
name=gateway.name(),
),
labels={"app": module_label},
)
request.addfinalizer(policy.delete)
Expand Down

0 comments on commit 0ef98a9

Please sign in to comment.