Skip to content

Commit

Permalink
Fix multus_test.
Browse files Browse the repository at this point in the history
  • Loading branch information
s1061123 committed Oct 26, 2018
1 parent e220172 commit 1e0181a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multus/multus_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ var _ = Describe("multus operations", func() {
]
}
}`
fExec.addPlugin(nil, "eth0", expectedConf1, nil, nil)
fExec.addPlugin(nil, "eth0", "", expectedConf1, nil, nil)
os.Setenv("CNI_COMMAND", "ADD")
os.Setenv("CNI_IFNAME", "eth0")
_, err := cmdAdd(args, fExec, nil)
Expand Down

0 comments on commit 1e0181a

Please sign in to comment.