Fixing lint

This commit is contained in:
Gareth J. Greenaway 2019-02-11 10:57:08 -08:00
parent e891b3f515
commit 84e15cedf9
No known key found for this signature in database
GPG key ID: 10B62F8A7CAD7A41

View file

@ -318,6 +318,7 @@ class DNSlookupsCase(TestCase):
self.assertEqual(
lookup(rec, rec_t, method='nslookup', servers='8.8.8.8'), test_res,
)
@skipIf(not salt.utils.dns.HAS_DIG, 'dig is not available')
def test_dig_options(self):
cmd = 'dig {0} -v'.format(salt.utils.dns.DIG_OPTIONS)