Skip to content

Commit

Permalink
fix: drive-by correction (didn't actually matter, but is misleading)
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoyt committed Mar 11, 2025
1 parent 6782d57 commit 38c59c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internals/daemon/api_changes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ func (s *apiSuite) TestStateChange(c *check.C) {
stateChangeCmd := apiCmd("/v1/changes/{id}")

// Execute
req, err := http.NewRequest("POST", "/v1/change/"+ids[0], nil)
req, err := http.NewRequest("GET", "/v1/change/"+ids[0], nil)
c.Assert(err, check.IsNil)
rsp := v1GetChange(stateChangeCmd, req, nil).(*resp)
rec := httptest.NewRecorder()
Expand Down

0 comments on commit 38c59c1

Please # to comment.