Skip to content

Commit

Permalink
store/store_action_test.go: fix a typo in the name of a test
Browse files Browse the repository at this point in the history
There is no "install key". It is probably "instance key".
  • Loading branch information
valentindavid authored and bboozzoo committed Jul 26, 2024
1 parent a8d817a commit 48c80d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/store_action_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3096,7 +3096,7 @@ func (s *storeActionSuite) TestSnapActionErrorsWhenNoInstanceName(c *C) {
c.Assert(results, IsNil)
}

func (s *storeActionSuite) TestSnapActionInstallUnexpectedInstallKey(c *C) {
func (s *storeActionSuite) TestSnapActionInstallUnexpectedInstanceKey(c *C) {
mockServer := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
assertRequest(c, r, "POST", snapActionPath)
// check device authorization is set, implicitly checking doRequest was used
Expand Down

0 comments on commit 48c80d4

Please sign in to comment.