Skip to content

Commit 776c153

Browse files
committed
Fix lint too long line
1 parent 5955fdc commit 776c153

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

internal/provider/utils_test.go

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,16 @@ func checkBasicGroupAttributes(t *testing.T, name, expectedName string) resource
6262
)
6363
}
6464

65-
func checkBasicInventoryAttributes(t *testing.T, name string, inventory InventoryAPIModel, expectedName string, expectedOrgId string, expectedOrgName string, expectedDescription string, expectedVariables string) resource.TestCheckFunc {
65+
func checkBasicInventoryAttributes(
66+
t *testing.T,
67+
name string,
68+
inventory InventoryAPIModel,
69+
expectedName string,
70+
expectedOrgId string,
71+
expectedOrgName string,
72+
expectedDescription string,
73+
expectedVariables string,
74+
) resource.TestCheckFunc {
6675
t.Helper()
6776
expectedNamedUrlPattern := regexp.MustCompile(fmt.Sprintf(`^/api(/controller)?/v2/inventories/%s\+\+%s/`, expectedName, expectedOrgName))
6877
return resource.ComposeAggregateTestCheckFunc(

0 commit comments

Comments
 (0)