From eb2b2761604078144331c033accb862468382528 Mon Sep 17 00:00:00 2001 From: Juliette Cougnoux Date: Thu, 30 Aug 2018 17:20:46 +0200 Subject: [PATCH] Fixed a name error for a ssl test. --- test/jobs/ssl_sync_job_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jobs/ssl_sync_job_test.rb b/test/jobs/ssl_sync_job_test.rb index e2037a1..fb93a80 100644 --- a/test/jobs/ssl_sync_job_test.rb +++ b/test/jobs/ssl_sync_job_test.rb @@ -4,7 +4,7 @@ require "test_helper" class SSLSyncJobTest < ActiveJob::TestCase - test "calls whois database and update check with the response (domain.fr)" do + test "calls check_http and update check with the response (domain.fr)" do domain = "ssl0.domain.org" check = create(:check, :nil_dates, domain: domain)