Skip to content

Commit

Permalink
Rubocop, Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhammond committed Dec 12, 2024
1 parent 84a874e commit 725da6a
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 @@ -27,7 +27,7 @@ class AwsSecretsManagerAdapterTest < SecretAdapterTestCase
JSON.parse(shellunescape(run_command("fetch", "unknown1", "unknown2")))
end

assert_equal ["unknown1: Secrets Manager can't find the specified secret.", "unknown2: Secrets Manager can't find the specified secret."].join(" "), error.message
assert_equal [ "unknown1: Secrets Manager can't find the specified secret.", "unknown2: Secrets Manager can't find the specified secret." ].join(" "), error.message
end

test "fetch" do
Expand Down

0 comments on commit 725da6a

Please sign in to comment.