nomad: fix dropped test error (#8356)

This commit is contained in:
Lars Lehtonen
2020-07-06 05:46:54 -07:00
committed by GitHub
parent 7836dfa6e0
commit ea905fa4a7

View File

@@ -380,6 +380,7 @@ func TestCSIVolumeEndpoint_ClaimWithController(t *testing.T) {
Secrets: structs.CSISecrets{"mysecret": "secretvalue"},
}}
err = state.CSIVolumeRegister(1003, vols)
require.NoError(t, err)
alloc := mock.BatchAlloc()
alloc.NodeID = node.ID