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: auth-4.0.5~1^2~27^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a677bb6e4cf730ffeb40fdc12c30052bcc11bf3;p=thirdparty%2Fpdns.git remotebackend: Update unit test to notice domain id on do_list (cherry picked from commit dd598a1adc34e7967d1f23c3c04d8264aed5e724) --- diff --git a/modules/remotebackend/unittest_http.rb b/modules/remotebackend/unittest_http.rb index 99dfe0f655..21beaa3f26 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"