Fix test error message

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
pull/15762/head
Shubh Bapna 2023-02-01 14:19:59 -05:00 committed by GitHub
parent b0513bcbc8
commit 2d7df77bcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}
}
}