summaryrefslogtreecommitdiff
path: root/test/functional/v1/smtp_certs_controller_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/v1/smtp_certs_controller_test.rb')
-rw-r--r--test/functional/v1/smtp_certs_controller_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/v1/smtp_certs_controller_test.rb b/test/functional/v1/smtp_certs_controller_test.rb
index f9ba26f..169f414 100644
--- a/test/functional/v1/smtp_certs_controller_test.rb
+++ b/test/functional/v1/smtp_certs_controller_test.rb
@@ -18,6 +18,7 @@ class V1::SmtpCertsControllerTest < ActionController::TestCase
test "send cert with username" do
login effective_service_level: ServiceLevel.new(id: 2)
cert = expect_cert(@current_user.email_address)
+ cert.expects(:fingerprint).returns('fingerprint')
get :show
assert_response :success
assert_equal cert.to_s, @response.body