File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -100,14 +100,14 @@ func TestServerGetProviderSchema(t *testing.T) {
100100 request : & fwserver.GetProviderSchemaRequest {},
101101 expectedResponse : & fwserver.GetProviderSchemaResponse {
102102 ActionSchemas : map [string ]actionschema.Schema {
103- "test_action1" : actionschema. Schema {
103+ "test_action1" : {
104104 Attributes : map [string ]actionschema.Attribute {
105105 "test1" : actionschema.StringAttribute {
106106 Required : true ,
107107 },
108108 },
109109 },
110- "test_action2" : actionschema. Schema {
110+ "test_action2" : {
111111 Attributes : map [string ]actionschema.Attribute {
112112 "test2" : actionschema.StringAttribute {
113113 Required : true ,
@@ -333,7 +333,7 @@ func TestServerGetProviderSchema(t *testing.T) {
333333 request : & fwserver.GetProviderSchemaRequest {},
334334 expectedResponse : & fwserver.GetProviderSchemaResponse {
335335 ActionSchemas : map [string ]actionschema.Schema {
336- "testprovidertype_action" : actionschema. Schema {
336+ "testprovidertype_action" : {
337337 Attributes : map [string ]actionschema.Attribute {
338338 "test" : actionschema.StringAttribute {
339339 Required : true ,
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ func TestGetProviderSchemaResponse(t *testing.T) {
101101 "action-type-invalid-proto-6-nested-attributes" : {
102102 input : & fwserver.GetProviderSchemaResponse {
103103 ActionSchemas : map [string ]actionschema.Schema {
104- "test_action" : actionschema. Schema {
104+ "test_action" : {
105105 Attributes : map [string ]actionschema.Attribute {
106106 "test_attribute" : actionschema.SingleNestedAttribute {
107107 Attributes : map [string ]actionschema.Attribute {
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ func TestGetProviderSchemaResponse(t *testing.T) {
101101 "action-type-nested-attributes" : {
102102 input : & fwserver.GetProviderSchemaResponse {
103103 ActionSchemas : map [string ]actionschema.Schema {
104- "test_action" : actionschema. Schema {
104+ "test_action" : {
105105 Attributes : map [string ]actionschema.Attribute {
106106 "test_attribute" : actionschema.SingleNestedAttribute {
107107 Attributes : map [string ]actionschema.Attribute {
You can’t perform that action at this time.
0 commit comments