Skip to content

Commit

Permalink
revert test codes
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-henglu committed Sep 18, 2024
1 parent 51d941b commit b256361
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions azurerm/coverage/coverage.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,10 @@ func GetApiVersion(idPattern string) string {
}

func GetPutCoverage(props []string, idPattern string) ([]string, []string) {
if true {
return props, nil
}
return getCoverage(props, "PUT", idPattern)
}

func GetGetCoverage(props []string, idPattern string) ([]string, []string) {
if true {
return props, nil
}
return getCoverage(props, "GET", idPattern)
}

Expand Down

0 comments on commit b256361

Please sign in to comment.