Skip to content

Commit

Permalink
Fix test related to change in charmmetrics.NumApplications value
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlanigan committed Oct 5, 2021
1 parent 6448483 commit 1f7d67f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charmhub/refresh_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,8 @@ func (s *RefreshConfigSuite) TestRefreshOneWithMetricsBuild(c *gc.C) {
},
TrackingChannel: "latest/stable",
Metrics: map[string]string{
"provider": "openstack",
"num-applications": "4",
"provider": "openstack",
"applications": "4",
},
}},
Actions: []transport.RefreshRequestAction{{
Expand Down

0 comments on commit 1f7d67f

Please sign in to comment.