mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-09-07 11:53:10 +00:00
Fixed unit tests in checkpoint_test.go and conf_test.go
This commit is contained in:
@@ -198,12 +198,6 @@ var _ = Describe("Kubelet checkpoint data read operations", func() {
|
||||
// resourceMap = rmap
|
||||
})
|
||||
})
|
||||
|
||||
It("Check public GetCheckpoint for basic functionality", func() {
|
||||
cp, err := GetCheckpoint()
|
||||
Expect(err).NotTo(HaveOccurred())
|
||||
Expect(cp).To(Equal(&checkpoint{fileName: checkPointfile}))
|
||||
})
|
||||
})
|
||||
|
||||
var _ = AfterSuite(func() {
|
||||
|
Reference in New Issue
Block a user