Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
Valentin Rothberg 2023-09-04 08:19:27 +02:00
parent de32d5a9f7
commit 057a58e388
1 changed files with 1 additions and 1 deletions

View File

@ -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))