Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCasey Deccio <casey@deccio.net>2020-11-15 09:28:34 +0300
committerCasey Deccio <casey@deccio.net>2020-11-15 09:28:34 +0300
commitcb9169976be4c6babff1c8841bd6999b8a62bf5b (patch)
treeed7fc98b0bddd5a2a3200e0793df4cda31a95c49 /tests
parent3ee2d51314032b9c3a08a1cd9d4ce8a2d650c82b (diff)
Add var that had been removed
Diffstat (limited to 'tests')
-rw-r--r--tests/dnsviz_probe_options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dnsviz_probe_options.py b/tests/dnsviz_probe_options.py
index 5fc8c7c..9f08185 100644
--- a/tests/dnsviz_probe_options.py
+++ b/tests/dnsviz_probe_options.py
@@ -19,7 +19,7 @@ from dnsviz.ipaddr import IPAddr
DATA_DIR = os.path.dirname(__file__)
EXAMPLE_COM_ZONE = os.path.join(DATA_DIR, 'zone', 'example.com.zone')
EXAMPLE_COM_DELEGATION = os.path.join(DATA_DIR, 'zone', 'example.com.zone-delegation')
-
+EXAMPLE_AUTHORITATIVE = os.path.join(DATA_DIR, 'data', 'example-authoritative.json.gz')
class DNSVizProbeOptionsTestCase(unittest.TestCase):
def setUp(self):