Apply gofmt to make workflow pass

This commit is contained in:
ionutboangiu
2023-07-20 12:30:00 -04:00
committed by Dan Christian Bogos
parent d091ab7d03
commit ef4a59c31e
24 changed files with 97 additions and 97 deletions

View File

@@ -4749,7 +4749,7 @@ func TestRouteProfileToAPICase1(t *testing.T) {
},
SortingParameters: []string{"Param1", "Param2"},
Routes: []*Route{
&Route{ID: "ResGroup2"},
{ID: "ResGroup2"},
},
}
@@ -5815,7 +5815,7 @@ func TestModelHelpersMapTPSharedGroup2(t *testing.T) {
},
}
expStruct := map[string][]*utils.TPSharedGroup{
"2": []*utils.TPSharedGroup{
"2": {
{
Account: "",
Strategy: "",
@@ -5855,7 +5855,7 @@ func TestSharedGroupMdlsAsMapTPSharedGroups2(t *testing.T) {
},
}
expStruct := map[string]*utils.TPSharedGroups{
"": &utils.TPSharedGroups{
"": {
TPid: "2",
ID: "",
SharedGroups: []*utils.TPSharedGroup{