mirror of
https://github.com/kemko/nomad.git
synced 2026-01-09 03:45:41 +03:00
Driver is now required in test tasks
This commit is contained in:
@@ -640,7 +640,8 @@ func TestDockerDriver_NetworkAliases_Bridge(t *testing.T) {
|
||||
|
||||
expected := []string{"foobar"}
|
||||
task := &structs.Task{
|
||||
Name: "nc-demo",
|
||||
Name: "nc-demo",
|
||||
Driver: "docker",
|
||||
Config: map[string]interface{}{
|
||||
"image": "busybox",
|
||||
"load": []string{"busybox.tar"},
|
||||
|
||||
Reference in New Issue
Block a user