Skip to content

Commit afa324a

Browse files
committed
fixup! o/h/ctlcmd, daemon: improve structure comments
1 parent 1e71f1b commit afa324a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

overlord/hookstate/ctlcmd/helpers_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func setupChange() (*state.State, string, *state.Change) {
4646
task.SetStatus(state.DoneStatus)
4747
task.Logf("Component prepared successfully")
4848
task.SetProgress("Preparing component", 1, 1)
49-
chg.Set("api-data", map[string]interface{}{
49+
chg.Set("api-data", map[string]any{
5050
"snap-names": []string{"test-snap"},
5151
"kind": "install-components",
5252
})

0 commit comments

Comments
 (0)