Rubocop, Rubocop
This commit is contained in:
@@ -27,7 +27,7 @@ class AwsSecretsManagerAdapterTest < SecretAdapterTestCase
|
|||||||
JSON.parse(shellunescape(run_command("fetch", "unknown1", "unknown2")))
|
JSON.parse(shellunescape(run_command("fetch", "unknown1", "unknown2")))
|
||||||
end
|
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
|
end
|
||||||
|
|
||||||
test "fetch" do
|
test "fetch" do
|
||||||
|
|||||||
Reference in New Issue
Block a user