Skip to content

Commit

Permalink
fix cli test
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
  • Loading branch information
wagoodman committed Dec 20, 2024
1 parent 6a2c936 commit 44e6e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cli/db_providers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
Expand Down

0 comments on commit 44e6e3a

Please sign in to comment.