nomad: fix dropped test error

This commit is contained in:
Lars Lehtonen
2019-11-13 12:49:41 -08:00
parent c24a631def
commit 7004ff3a9d

View File

@@ -981,6 +981,7 @@ func TestJobEndpoint_Register_Vault_OverrideConstraint(t *testing.T) {
// Fetch the response
var resp structs.JobRegisterResponse
err := msgpackrpc.CallWithCodec(codec, "Job.Register", req, &resp)
require.NoError(t, err)
// Check for the job in the FSM
state := s1.fsm.State()