From f4c291715f4688351efa7d7f5391a7d1aaf318ce Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 28 Mar 2020 19:36:15 +0100 Subject: [PATCH] Fix test check for new dependency --- test/test_gandi_dns.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_gandi_dns.py b/test/test_gandi_dns.py index 3b3ca68..442f2d3 100644 --- a/test/test_gandi_dns.py +++ b/test/test_gandi_dns.py @@ -1,6 +1,6 @@ import pytest -gandi_cli = pytest.importorskip('gandi.cli') +gandi_cli = pytest.importorskip('lexicon') def test_TODO():