Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik committed Jul 14, 2023
1 parent 33c8aec commit 41df6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tools/sandbox/fake_resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func (f *fakeResolver) LookupIPAddr(_ context.Context, host string) ([]net.IPAdd
IP: net.ParseIP(address),
}}, nil
}
return nil, errors.New("not found")
return nil, errors.New("not fokund")
}

// Ensure that FakeDNSResolver is a valid Resolver.
Expand Down

0 comments on commit 41df6ef

Please sign in to comment.