From a7e8fe4d6e3f18eb3431e9fc95b42542ae2946fb Mon Sep 17 00:00:00 2001 From: George Claghorn Date: Mon, 5 Nov 2018 12:52:56 -0500 Subject: Remove duplicate method --- .../controllers/ingresses/sendgrid/inbound_emails_controller_test.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'test/controllers/ingresses') diff --git a/test/controllers/ingresses/sendgrid/inbound_emails_controller_test.rb b/test/controllers/ingresses/sendgrid/inbound_emails_controller_test.rb index bf6ccd8f03..0c7d0d6846 100644 --- a/test/controllers/ingresses/sendgrid/inbound_emails_controller_test.rb +++ b/test/controllers/ingresses/sendgrid/inbound_emails_controller_test.rb @@ -41,9 +41,4 @@ class ActionMailbox::Ingresses::Sendgrid::InboundEmailsControllerTest < ActionDi end end end - - private - def credentials - ActionController::HttpAuthentication::Basic.encode_credentials "actionmailbox", ENV["RAILS_INBOUND_EMAIL_PASSWORD"] - end end -- cgit v1.2.3