File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ func TestGetProviderSchemaResponse(t *testing.T) {
4242 "action-multiple-actions" : {
4343 input : & fwserver.GetProviderSchemaResponse {
4444 ActionSchemas : map [string ]actionschema.Schema {
45- "test_action_1" : actionschema. Schema {
45+ "test_action_1" : {
4646 Attributes : map [string ]actionschema.Attribute {
4747 "test_attribute" : actionschema.StringAttribute {
4848 Required : true ,
4949 },
5050 },
5151 },
52- "test_action_2" : actionschema. Schema {
52+ "test_action_2" : {
5353 Attributes : map [string ]actionschema.Attribute {
5454 "test_attribute" : actionschema.StringAttribute {
5555 Optional : true ,
Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ func TestGetProviderSchemaResponse(t *testing.T) {
4242 "action-multiple-actions" : {
4343 input : & fwserver.GetProviderSchemaResponse {
4444 ActionSchemas : map [string ]actionschema.Schema {
45- "test_action_1" : actionschema. Schema {
45+ "test_action_1" : {
4646 Attributes : map [string ]actionschema.Attribute {
4747 "test_attribute" : actionschema.StringAttribute {
4848 Required : true ,
4949 },
5050 },
5151 },
52- "test_action_2" : actionschema. Schema {
52+ "test_action_2" : {
5353 Attributes : map [string ]actionschema.Attribute {
5454 "test_attribute" : actionschema.StringAttribute {
5555 Optional : true ,
You can’t perform that action at this time.
0 commit comments