From 1017b0a01d42018616abdd235843b257d7351c6b Mon Sep 17 00:00:00 2001 From: Jacob Boddey Date: Wed, 30 Aug 2023 21:50:42 +0100 Subject: [PATCH] Fix test name --- modules/test/dns/python/src/dns_module.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/test/dns/python/src/dns_module.py b/modules/test/dns/python/src/dns_module.py index bc56c3718..37393ca42 100644 --- a/modules/test/dns/python/src/dns_module.py +++ b/modules/test/dns/python/src/dns_module.py @@ -78,8 +78,8 @@ def _dns_network_from_dhcp(self): result = None, 'No DNS traffic detected from the device' return result - def _dns_network_from_device(self): - LOGGER.info('Running dns.network.from_device') + def _dns_network_hostname_resolution(self): + LOGGER.info('Running dns.network.hostname_resolution') result = None LOGGER.info('Checking DNS traffic from device: ' + self._device_mac)