Merge pull request #6696 from alrs/nomad-fix-dropped-test-error

nomad: fix dropped test error
This commit is contained in:
Drew Bailey
2019-11-13 16:12:43 -05:00
committed by GitHub

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()