From: Aki Tuomi Date: Sun, 12 Feb 2017 08:33:19 +0000 (+0200) Subject: remotebackend: Update unit test to notice domain id on do_list X-Git-Tag: rec-4.1.0-alpha1~269^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd598a1adc34e7967d1f23c3c04d8264aed5e724;p=pdns remotebackend: Update unit test to notice domain id on do_list --- 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"