Fix test error message
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>pull/15762/head
parent
b0513bcbc8
commit
2d7df77bcb
|
@ -156,7 +156,7 @@ func TestStartWithAllAddonsDisabled(t *testing.T) {
|
|||
|
||||
for name := range assets.Addons {
|
||||
if assets.Addons[name].IsEnabled(cc) {
|
||||
t.Errorf("expected dashboard to be disabled")
|
||||
t.Errorf("expected %s to be disabled", name)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue