Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hwchiu committed Jul 18, 2018
1 parent 4898db7 commit 4ca8f17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/handler_pod_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ func (suite *PodTestSuite) TestCreatePod() {
Labels: map[string]string{},
Containers: containers,
Volumes: []entity.PodVolume{},
Networks: []entity.PodNetwork{},
}

bodyBytes, err := json.MarshalIndent(pod, "", " ")
Expand Down

0 comments on commit 4ca8f17

Please sign in to comment.