mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Run make codespell
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -144,7 +144,7 @@ var _ = Describe("Podman run networking", func() {
|
||||
// already expected to be present and processed by
|
||||
// Podman's DNS resolver i.e ( aarvark-dns or dnsname ).
|
||||
Expect(session.OutputToString()).ToNot(ContainSubstring("nameserver 1.1.1.1"))
|
||||
// But /etc/resolve.conf must contain othe nameserver
|
||||
// But /etc/resolve.conf must contain other nameserver
|
||||
// i.e dns server configured for network.
|
||||
Expect(session.OutputToString()).To(ContainSubstring("nameserver"))
|
||||
|
||||
|
Reference in New Issue
Block a user