Skip to content

Commit

Permalink
fix: repair UT
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-garciad committed Sep 13, 2024
1 parent 14a9517 commit 5a9b568
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions steps/dns/session_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,9 @@ func TestSendDoTQuery(t *testing.T) {
Err: "server misbehaving",
Name: fakeServer,
Server: "127.0.0.53:53",
IsTimeout: false,
IsTemporary: false,
IsNotFound: true,
},
),
IsTemporary: true,
IsNotFound: false,
}),
),
),
},
Expand Down

0 comments on commit 5a9b568

Please sign in to comment.