Skip to content

Commit

Permalink
changed to false, because there is an error in rrsig parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
joalopez1206 committed Sep 9, 2024
1 parent 7b6082d commit 4657c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/edns_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async fn query_response_edns(domain_name: &str,

#[tokio::test]
async fn query_a_type_edns() {
let response = query_response_edns("example.com", "UDP", "A", Some(1024), 0, true, Some(vec![3])).await;
let response = query_response_edns("example.com", "UDP", "A", Some(1024), 0, false, Some(vec![3])).await;

if let Ok(rrs) = response {
assert_eq!(rrs.get_answer().len(), 1);
Expand Down

0 comments on commit 4657c5d

Please sign in to comment.