Description
This issue tracks work to ensure that the lib/hooks/plugins/auth/hmac.rb
file has complete and meaningful test coverage via script/test
. Right now there are a few lines in that file without coverage which either makes me think they simply cannot be hit because their path cannot execute, or they are truly missing coverage. Either way, this needs to be resolved.