mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 02:45:42 +03:00
Use valid driver values in test
This commit is contained in:
@@ -85,8 +85,8 @@ func TestDriverIterator(t *testing.T) {
|
||||
}
|
||||
static := NewStaticIterator(ctx, nodes)
|
||||
|
||||
nodes[0].Attributes["driver.foo"] = "2"
|
||||
nodes[2].Attributes["driver.foo"] = "2"
|
||||
nodes[0].Attributes["driver.foo"] = "1"
|
||||
nodes[2].Attributes["driver.foo"] = "1"
|
||||
|
||||
drivers := map[string]struct{}{
|
||||
"exec": struct{}{},
|
||||
|
||||
Reference in New Issue
Block a user