Skip to content

Commit

Permalink
Fix test for CreateNetworkOptions changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bboreham committed Dec 1, 2015
1 parent af6d77c commit 68cdd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func TestNetworkCreate(t *testing.T) {
}

client := newTestClient(&FakeRoundTripper{message: jsonID, status: http.StatusOK})
opts := CreateNetworkOptions{"foobar", "bridge", nil}
opts := CreateNetworkOptions{"foobar", false, "bridge", IPAMOptions{}, nil}
network, err := client.CreateNetwork(opts)
if err != nil {
t.Fatal(err)
Expand Down

0 comments on commit 68cdd73

Please sign in to comment.