Skip to content

Commit 9d04d70

Browse files
committed
chore: run make fmt
1 parent d12b4ea commit 9d04d70

1 file changed

Lines changed: 27 additions & 27 deletions

File tree

internal/terraform/groups_test.go

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -35,33 +35,33 @@ func TestWriteGroupsAllOptions(t *testing.T) {
3535
EmailsEnabled: true,
3636
},
3737
{
38-
ID: 100,
39-
Name: "Full Group",
40-
Path: "full-group",
41-
Description: "Full group description",
42-
Visibility: gl.PrivateVisibility,
43-
ParentID: 42,
44-
LFSEnabled: true,
45-
RequestAccessEnabled: true,
46-
MembershipLock: true,
47-
ShareWithGroupLock: true,
48-
RequireTwoFactorAuth: true,
49-
TwoFactorGracePeriod: 7,
50-
ProjectCreationLevel: gl.OwnerProjectCreation,
51-
SubGroupCreationLevel: gl.MaintainerSubGroupCreationLevelValue,
52-
AutoDevopsEnabled: true,
53-
EmailsEnabled: false,
54-
MentionsDisabled: true,
55-
PreventForkingOutsideGroup: true,
56-
SharedRunnersSetting: gl.DisabledAndOverridableSharedRunnersSettingValue,
57-
DefaultBranch: "main",
58-
WikiAccessLevel: gl.PrivateAccessControl,
59-
IPRestrictionRanges: "10.0.0.0/24",
60-
MaxArtifactsSize: 100,
61-
RepositoryStorage: "default",
62-
OnlyAllowMergeIfPipelineSucceeds: true,
63-
AllowMergeOnSkippedPipeline: true,
64-
OnlyAllowMergeIfAllDiscussionsAreResolved: true,
38+
ID: 100,
39+
Name: "Full Group",
40+
Path: "full-group",
41+
Description: "Full group description",
42+
Visibility: gl.PrivateVisibility,
43+
ParentID: 42,
44+
LFSEnabled: true,
45+
RequestAccessEnabled: true,
46+
MembershipLock: true,
47+
ShareWithGroupLock: true,
48+
RequireTwoFactorAuth: true,
49+
TwoFactorGracePeriod: 7,
50+
ProjectCreationLevel: gl.OwnerProjectCreation,
51+
SubGroupCreationLevel: gl.MaintainerSubGroupCreationLevelValue,
52+
AutoDevopsEnabled: true,
53+
EmailsEnabled: false,
54+
MentionsDisabled: true,
55+
PreventForkingOutsideGroup: true,
56+
SharedRunnersSetting: gl.DisabledAndOverridableSharedRunnersSettingValue,
57+
DefaultBranch: "main",
58+
WikiAccessLevel: gl.PrivateAccessControl,
59+
IPRestrictionRanges: "10.0.0.0/24",
60+
MaxArtifactsSize: 100,
61+
RepositoryStorage: "default",
62+
OnlyAllowMergeIfPipelineSucceeds: true,
63+
AllowMergeOnSkippedPipeline: true,
64+
OnlyAllowMergeIfAllDiscussionsAreResolved: true,
6565
DefaultBranchProtectionDefaults: &gl.BranchProtectionDefaults{
6666
AllowedToPush: []*gl.GroupAccessLevel{
6767
{AccessLevel: &level},

0 commit comments

Comments
 (0)