diff --git a/consul/state/kvs_test.go b/consul/state/kvs_test.go index cb92e771a..e9ff0d239 100644 --- a/consul/state/kvs_test.go +++ b/consul/state/kvs_test.go @@ -1292,6 +1292,12 @@ func TestStateStore_KVS_Atomic(t *testing.T) { Key: "foo/update", }, }, + &structs.KVSAtomicOp{ + Op: structs.KVSAtomicGet, + DirEnt: structs.DirEntry{ + Key: "not/there", + }, + }, &structs.KVSAtomicOp{ Op: structs.KVSAtomicCheckIndex, DirEnt: structs.DirEntry{ @@ -1386,6 +1392,7 @@ func TestStateStore_KVS_Atomic(t *testing.T) { ModifyIndex: 8, }, }, + nil, // get on not/there &structs.DirEntry{ Key: "foo/update", RaftIndex: structs.RaftIndex{