Skip to content

Commit

Permalink
less restrictive
Browse files Browse the repository at this point in the history
  • Loading branch information
me committed Feb 8, 2024
1 parent c00095e commit c6dfa04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/configvalues/values_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,5 @@ func Test_ValueResolvedIP(t *testing.T) {
var e *net.DNSError
require.ErrorAs(t, err, &e)
require.Equal(t, host, e.Name)
require.True(t, e.IsNotFound)
})
}

0 comments on commit c6dfa04

Please sign in to comment.