From dd598a1adc34e7967d1f23c3c04d8264aed5e724 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Sun, 12 Feb 2017 10:33:19 +0200 Subject: [PATCH] remotebackend: Update unit test to notice domain id on do_list --- modules/remotebackend/unittest_http.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/remotebackend/unittest_http.rb b/modules/remotebackend/unittest_http.rb index 99dfe0f65..21beaa3f2 100755 --- a/modules/remotebackend/unittest_http.rb +++ b/modules/remotebackend/unittest_http.rb @@ -50,6 +50,7 @@ class DNSBackendHandler < WEBrick::HTTPServlet::AbstractServlet } when "list" { + "id" => url.shift, "zonename" => url.shift } when "getbeforeandafternamesabsolute", "getbeforeandafternames" -- 2.50.0