Skip to content
Snippets Groups Projects
Commit 341e9d71 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

func-tests: remove redundant file parameter

parent abe59bdf
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ from dnstest.test import Test
t = Test()
srv = t.server("knot")
zone = t.zone("ddns.", "ddns.zone", local=True)
zone = t.zone("ddns.", local=True)
t.link(zone, srv, ddns=True)
......
......@@ -8,7 +8,7 @@ t = Test()
master = t.server("bind")
slave = t.server("knot")
zone = t.zone("obsolete.", "obsolete.zone", local=True)
zone = t.zone("obsolete.", local=True)
t.link(zone, master, slave)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment