setup dns updater correctly

This commit is contained in:
2022-11-18 21:42:28 +02:00
parent 60a426c242
commit e415dcd681
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ RSpec.describe DnsUpdateJob, type: :task do
it "should get ip" do
res = DnsUpdateJob.new.my_ip
expect(res).to start_with "80"
expect(res).to start_with "84"
end
it "should init client" do