Drop the TestOptionalAccount adapter

It's included in the gem lib which is best to avoid and we can infer
that it works account optional adapters.
This commit is contained in:
Donal McBreen
2025-01-17 12:37:12 +00:00
parent f9a78f4fcb
commit 2bd716ece4
2 changed files with 0 additions and 11 deletions

View File

@@ -13,12 +13,6 @@ class CliSecretsTest < CliTestCase
run_command("fetch", "foo", "bar", "baz", "--adapter", "test")
end
test "fetch without required --account" do
assert_equal \
"\\{\\\"foo\\\":\\\"oof\\\",\\\"bar\\\":\\\"rab\\\",\\\"baz\\\":\\\"zab\\\"\\}",
run_command("fetch", "foo", "bar", "baz", "--adapter", "test_optional_account")
end
test "extract" do
assert_equal "oof", run_command("extract", "foo", "{\"foo\":\"oof\", \"bar\":\"rab\", \"baz\":\"zab\"}")
end