Skip to content

Commit

Permalink
fix vnet test
Browse files Browse the repository at this point in the history
  • Loading branch information
teowa committed Sep 11, 2024
1 parent 2139807 commit f49b539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coverage/coverage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ func TestCoverage_VNet(t *testing.T) {
resourceType: "Microsoft.Network/virtualNetworks@2024-01-01",
method: "PUT",
expectedCoveredCount: 4,
expectedTotalCount: 104,
expectedTotalCount: 103,
apiPath: "/subscriptions/12345678-1234-9876-4563-123456789012/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/virtualNetwork",
rawRequest: []string{
`{
Expand Down

0 comments on commit f49b539

Please sign in to comment.