21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-25 13:33:04 +02:00

Fixed a name error for a ssl test.

This commit is contained in:
Juliette Cougnoux 2018-08-30 17:20:46 +02:00
parent f468c5e5fd
commit eb2b276160

View file

@ -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)