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-10 01:14:06 +0300
committerCasey Deccio <casey@deccio.net>2020-11-10 01:14:06 +0300
commit1d7e42d38028c2bb1ee8f327f2e9237b57d0cdbf (patch)
tree32d3489cbf89c15676b8ec6480c604e7afd2558d /tests
parent936dda1027bf173dd9be361d1e6e89c3320f3cb4 (diff)
Remove unnecessary data reference
Diffstat (limited to 'tests')
-rw-r--r--tests/dnsviz_probe_tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/dnsviz_probe_tests.py b/tests/dnsviz_probe_tests.py
index 5373d71..301be32 100644
--- a/tests/dnsviz_probe_tests.py
+++ b/tests/dnsviz_probe_tests.py
@@ -19,7 +19,6 @@ 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 CommandLineTestCase(unittest.TestCase):