diff --git a/apstra/two_stage_l3_clos_resources_test.go b/apstra/two_stage_l3_clos_resources_test.go index d21c6c61..b5a5d708 100644 --- a/apstra/two_stage_l3_clos_resources_test.go +++ b/apstra/two_stage_l3_clos_resources_test.go @@ -95,7 +95,7 @@ func TestSetGetResourceAllocation(t *testing.T) { func TestAllResourceGroupNames(t *testing.T) { all := AllResourceGroupNames() - expected := 30 + expected := 32 if len(all) != expected { t.Fatalf("expected %d resource group names, got %d", expected, len(all)) }