Skip to content

Commit

Permalink
remove unnecessary test code
Browse files Browse the repository at this point in the history
  • Loading branch information
hadrianbs committed Oct 11, 2019
1 parent 0278713 commit e827d70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/app/service/execution/handler/http_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ func (suite *ExecutionHTTPHandlerTestSuite) TestSuccessfulJobExecutionPostHTTPHa
Name: "sample-job-name",
Args: map[string]string{
"argOne": "sample-arg",
"AUTHOR": userEmail,
},
}
context := &model.ExecutionContext{
Expand Down Expand Up @@ -326,7 +325,6 @@ func (suite *ExecutionHTTPHandlerTestSuite) TestGenericErrorJobExecutionPostHTTP
Name: "sample-job-name",
Args: map[string]string{
"argOne": "sample-arg",
"AUTHOR": userEmail,
},
}
context := &model.ExecutionContext{
Expand Down

0 comments on commit e827d70

Please sign in to comment.