Skip to content

Commit 92f5d45

Browse files
committed
wip
1 parent ae5c5ab commit 92f5d45

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

internal/acctest/compare.go

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,6 @@ func compareJSONBodies(request, cassette map[string]interface{}) bool {
4343
}
4444
}
4545

46-
// TODO: record back ipam/TestAccIPAMIPReverseDNS_Basic
47-
48-
// for key, cassetteValue := range cassette {
49-
// if _, ok := request[key]; !ok && cassetteValue != nil {
50-
// // Fails match if cassettes contains a field not in actual requests
51-
// // Fields should not disappear from requests unless a sdk breaking change
52-
// // We ignore if field is nil in cassette as it could be an old deprecated and unused field
53-
// return false
54-
// }
55-
// }
56-
5746
return true
5847
}
5948

0 commit comments

Comments
 (0)