fix typo
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
parent
de32d5a9f7
commit
057a58e388
|
|
@ -633,7 +633,7 @@ var _ = Describe("Config", func() {
|
|||
// reload configs from disk
|
||||
libpodNet, err = getNetworkInterface(cniConfDir)
|
||||
Expect(err).To(BeNil())
|
||||
// check the etworks are identical
|
||||
// check the networks are identical
|
||||
network2, err := libpodNet.NetworkInspect(network1.Name)
|
||||
Expect(err).To(BeNil())
|
||||
Expect(network1).To(Equal(network2))
|
||||
|
|
|
|||
Loading…
Reference in New Issue