testing: default nomad test nodes to 1.0.0 (#10213)

This commit is contained in:
Mahmood Ali
2021-03-23 08:24:26 -04:00
committed by GitHub
parent 7c7569674c
commit e64e6bd970

View File

@@ -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",
},