Skip to content

Commit

Permalink
Grab from secret2 for assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhammond committed Dec 12, 2024
1 parent 55983c6 commit 68e6f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/secrets/aws_secrets_manager_adapter_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class AwsSecretsManagerAdapterTest < SecretAdapterTestCase

expected_json = {
"secret"=>"a-string-secret",
"secret/KEY2"=>"VALUE2"
"secret2/KEY2"=>"VALUE2"
}

assert_equal expected_json, json
Expand Down

0 comments on commit 68e6f82

Please sign in to comment.