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 25, 2018
1 parent f2ee8a0 commit c79e24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/handler_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func (suite *ServiceTestSuite) TestCreateService() {
httpRequest.Header.Add("Content-Type", "application/json")
httpWriter = httptest.NewRecorder()
suite.wc.Dispatch(httpWriter, httpRequest)
assertResponseCode(suite.T(), http.StatusContinue, httpWriter)
assertResponseCode(suite.T(), http.StatusConflict, httpWriter)

err = svc.DeleteService(suite.sp, &service)
suite.NoError(err)
Expand Down

0 comments on commit c79e24f

Please sign in to comment.