diff --git a/test/cli/db_providers_test.go b/test/cli/db_providers_test.go index 3437aa8860a..79b1f346d8f 100644 --- a/test/cli/db_providers_test.go +++ b/test/cli/db_providers_test.go @@ -25,7 +25,7 @@ func TestDBProviders(t *testing.T) { name: "db providers command help", args: []string{"db", "providers", "-h"}, assertions: []traitAssertion{ - assertInOutput("list vulnerability database providers"), + assertInOutput("List vulnerability database providers"), assertNoStderr, }, },