From e64e6bd970a818685fdda45dd23798516c0a2238 Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Tue, 23 Mar 2021 08:24:26 -0400 Subject: [PATCH] testing: default nomad test nodes to 1.0.0 (#10213) --- nomad/structs/testing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", },