Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Lin committed Sep 28, 2018
1 parent 2234332 commit ac93b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/handler_deployment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ func (suite *DeploymentTestSuite) TestCreateDeploymentWithAutoscaler() {
suite.NoError(err)

autoBodyReader := strings.NewReader(string(autoBodyBytes))
autoHTTPRequest, err := http.NewRequest("PUT", "http://localhost:7890/v1/deployments/autoscale/?enbale=true", autoBodyReader)
autoHTTPRequest, err := http.NewRequest("PUT", "http://localhost:7890/v1/deployments/autoscale/?enable=true", autoBodyReader)
suite.NoError(err)

autoHTTPRequest.Header.Add("Content-Type", "application/json")
Expand Down

0 comments on commit ac93b42

Please sign in to comment.