Skip to content

Commit

Permalink
fixup! o/snapstate: refresh hints report managed refresh when schedul…
Browse files Browse the repository at this point in the history
…e is set to managed

Signed-off-by: Maciej Borzecki <[email protected]>
  • Loading branch information
bboozzoo committed Jun 21, 2024
1 parent 322f14d commit 184a09c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion overlord/snapstate/refreshhints_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ func (s *refreshHintsTestSuite) TestListRefreshReportsManaged(c *C) {
s.state.Lock()
defer s.state.Unlock()

// enable gate-auto-refresh-hook feature
tr := config.NewTransaction(s.state)
err := tr.Set("core", "refresh.timer", "managed")
c.Assert(err, IsNil)
Expand Down

0 comments on commit 184a09c

Please sign in to comment.