File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ package localstack
22
33import (
44 "testing"
5-
5+
66 "github.com/1Password/shell-plugins/sdk"
77 "github.com/1Password/shell-plugins/sdk/plugintest"
88 "github.com/1Password/shell-plugins/sdk/schema/fieldname"
99)
10-
10+
1111func TestAPIKeyProvisioner (t * testing.T ) {
1212 plugintest .TestProvisioner (t , APIKey ().DefaultProvisioner , map [string ]plugintest.ProvisionCase {
1313 "default" : {
Original file line number Diff line number Diff line change 99
1010func LocalStackCLI () schema.Executable {
1111 return schema.Executable {
12- Name : "LocalStack CLI" ,
13- Runs : []string {"localstack" },
14- DocsURL : sdk .URL ("https://docs.localstack.cloud/getting-started/installation/#localstack-cli" ),
12+ Name : "LocalStack CLI" ,
13+ Runs : []string {"localstack" },
14+ DocsURL : sdk .URL ("https://docs.localstack.cloud/getting-started/installation/#localstack-cli" ),
1515 NeedsAuth : needsauth .IfAll (
1616 needsauth .NotForHelpOrVersion (),
1717 needsauth .NotWithoutArgs (),
You can’t perform that action at this time.
0 commit comments