mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixing lint
This commit is contained in:
parent
e891b3f515
commit
84e15cedf9
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue