Rubocop, Rubocop

This commit is contained in:
Nick Hammond
2024-12-12 05:29:15 -07:00
parent 84a874e63b
commit 725da6aa68

View File

@@ -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