Skip to content

Commit

Permalink
match Secrets::DbBackend.history's sig real backend.history's sig
Browse files Browse the repository at this point in the history
  • Loading branch information
zendesk-mattlefevre committed Feb 29, 2024
1 parent 2e9548f commit f581429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/samson/secrets/db_backend.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def read(id, *)

# Not implemented, just bogus values to be able to debug UI in development+test
# versions in vault are unsorted above 10 -> (10,1,2,3...) and have symbol keys
def history(*)
def history(id, resolve: true)
{
foo: "bar",
current_version: 4,
Expand Down

0 comments on commit f581429

Please sign in to comment.