Skip to content

Commit

Permalink
fix: Fix the build issue
Browse files Browse the repository at this point in the history
Signed-off-by: Lei Jin <lei.jin@lacework.net>
  • Loading branch information
leijin-lw committed Oct 29, 2024
1 parent 31c9c8f commit 546c097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/resource_groups_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func TestResourceGroupDelete(t *testing.T) {
// test each RGv2 type against its default template
for i := range api.ResourceGroupTypes {
switch i {
case api.NoneResourceGroup, api.LwAccountResourceGroup:
case api.NoneResourceGroup:
// these resource groups are not applicable
continue
default:
Expand Down

0 comments on commit 546c097

Please sign in to comment.