mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-12 05:21:58 +00:00
fix unit test
This commit is contained in:
parent
f202164c87
commit
b885deffe3
@ -159,7 +159,8 @@ func TestPVCRef(t *testing.T) {
|
|||||||
Name: pName0 + "-" + vol3,
|
Name: pName0 + "-" + vol3,
|
||||||
Namespace: namespace0,
|
Namespace: namespace0,
|
||||||
},
|
},
|
||||||
FsStats: expectedFSStats(),
|
FsStats: expectedFSStats(),
|
||||||
|
VolumeHealthStats: expectedVolumeHealthStats(),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user