Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
bool Tracer::setTraceAttribute([[maybe_unused]] const std::string& key, [[maybe_unused]] const AnyValue& value)
{
#ifdef DISABLE_PROTOBUF
- // always succesfull
+ // always successful
return true;
#else
d_attributes.push_back({key, value});
self.assertRcodeEqual(receivedResponse, dns.rcode.SERVFAIL)
- # there was no succesfull DoT query
+ # there was no successful DoT query
self.checkOnlyTLSResponderHit(currentCount)
self.checkMetrics({
'dot-outqueries': 1