diff --git a/nomad/structs/testing.go b/nomad/structs/testing.go index 4a4a512bc..c36f8b8d8 100644 --- a/nomad/structs/testing.go +++ b/nomad/structs/testing.go @@ -42,7 +42,7 @@ func MockNode() *Node { Attributes: map[string]string{ "kernel.name": "linux", "arch": "x86", - "nomad.version": "0.5.0", + "nomad.version": "1.0.0", "driver.exec": "1", "driver.mock_driver": "1", },