Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Lin committed Jul 13, 2018
1 parent 668ce29 commit a1c1f65
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/server/handler_network_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,18 +97,6 @@ func (suite *NetworkTestSuite) TestCreateNetworkFail() {
network entity.Network
errorCode int
}{
{"InvalidParameter",
entity.Network{
Name: namesgenerator.GetRandomName(0),
Type: entity.FakeNetworkType,
Nodes: []entity.Node{
entity.Node{
Name: "InvalidParameter"
FakeParameter: "",
},
},
},
http.StatusBadRequest},
{"CreateFail",
entity.Network{
Name: namesgenerator.GetRandomName(0),
Expand Down

0 comments on commit a1c1f65

Please sign in to comment.