Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make sure lookup_ip_addr throwing builtin-err in test
Browse files Browse the repository at this point in the history
boranx committed Nov 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 33d468d commit 0889afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/builtin-errors/invalid-dns.rego
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package main

deny_dnsresolution["testing DNS resolution"] {
net.lookup_ip_addr("not-real-domain.xyz")
net.lookup_ip_addr("not-real-domainxyz")
}

0 comments on commit 0889afd

Please sign in to comment.