mirror of
https://github.com/kemko/nomad.git
synced 2026-01-09 11:55:42 +03:00
nomad: fix dropped test error (#8356)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user