Skip to content

Commit

Permalink
Merge pull request #915 from Juniper/907-testallresourcegroupnamestri…
Browse files Browse the repository at this point in the history
…ngs-test-needs-update

Update expected `ResourceGroupName` count in test function
  • Loading branch information
chrismarget-j authored Oct 9, 2024
2 parents 6992376 + dac1793 commit 331ec93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apstra/utils/resource_group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func TestAllResourceGroupNameStrings(t *testing.T) {
t.Fatal("AllResourceGroupNameStrings() returned an empty string")
}
}
expectedRgnCount := 20
expectedRgnCount := 31
if len(argns) != expectedRgnCount {
t.Fatalf("expected %d resource group names, got %d", expectedRgnCount, len(argns))
}
Expand Down

0 comments on commit 331ec93

Please sign in to comment.