diff --git a/lib/rack/signalwire_webhook_authentication.rb b/lib/rack/signalwire_webhook_authentication.rb index 1c21263..5e26538 100644 --- a/lib/rack/signalwire_webhook_authentication.rb +++ b/lib/rack/signalwire_webhook_authentication.rb @@ -3,9 +3,7 @@ require 'rack/media_type' module Rack - class SignalwireWebhookAuthentication - FORM_URLENCODED_MEDIA_TYPE = Rack::MediaType.type('application/x-www-form-urlencoded') def initialize(app, private_key, *paths, &private_key_lookup) diff --git a/spec/rack/signalwire_webhook_authentication_spec.rb b/spec/rack/signalwire_webhook_authentication_spec.rb index 39cd853..1e3d9ef 100644 --- a/spec/rack/signalwire_webhook_authentication_spec.rb +++ b/spec/rack/signalwire_webhook_authentication_spec.rb @@ -194,4 +194,4 @@ end end -end \ No newline at end of file +end