jmhodges / howsmyssl

The web app running howsmyssl.com
MIT License
343 stars 57 forks source link

add google/go-cmp for diffing to tests #715

Closed jmhodges closed 2 months ago

jmhodges commented 2 months ago

Every time we bump the Go version, the test with the expected JSON body changes as new ciphersuites have been added or removed. Using cmp.Diff makes it easier to see what the change was.