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

func-tests: update old interface

parent 211953ea
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ t = Test()
knot = t.server("knot")
bind = t.server("bind")
zones = t.zone("flags.") + t.zone("example.", "example.zone.nsec", local=True)
zones = t.zone("flags.") + t.zone("example.", "example.zone.nsec", storage=".")
t.link(zones, knot)
t.link(zones, bind)
......
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