We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f3626 commit 1d48d70Copy full SHA for 1d48d70
1 file changed
overlord/hookstate/ctlcmd/helpers_test.go
@@ -46,7 +46,7 @@ func setupChange() (*state.State, string, *state.Change) {
46
task.SetStatus(state.DoneStatus)
47
task.Logf("Component prepared successfully")
48
task.SetProgress("Preparing component", 1, 1)
49
- chg.Set("api-data", map[string]interface{}{
+ chg.Set("api-data", map[string]any{
50
"snap-names": []string{"test-snap"},
51
"kind": "install-components",
52
})
0 commit comments