Avoid python deprecation warning

Fixes ad69ec2e11


(cherry picked from commit 68313f4972)
This commit is contained in:
Jaap Keuter 2020-11-21 18:55:15 +00:00
parent 233f80f21b
commit 5016b41e6a
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'''