Avoid python deprecation warning

Fixes ad69ec2e11
This commit is contained in:
Jaap Keuter 2020-11-21 19:55:15 +01:00
parent 561c5607a8
commit 68313f4972
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class case_decrypt_80211(subprocesstest.SubprocessTestCase):
'-r', capture_file('wep.pcapng.gz'),
))
self.assertTrue(self.grepOutput('Who has 192.168.5.1'))
self.assertTrue(self.grepOutput('Echo \(ping\) request'))
self.assertTrue(self.grepOutput(r'Echo \(ping\) request'))
def test_80211_wpa_psk(self, cmd_tshark, capture_file):
'''IEEE 802.11 WPA PSK'''