forked from github/multus-cni
Fixed unit tests in checkpoint_test.go and conf_test.go
This commit is contained in:
@@ -66,7 +66,7 @@ var _ = Describe("config operations", func() {
|
||||
]
|
||||
}`
|
||||
// missing end bracket
|
||||
netConf, err := LoadNetConf([]byte(conf))
|
||||
_, err := LoadNetConf([]byte(conf))
|
||||
Expect(err).To(HaveOccurred())
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user