Python: Minor refactor

A bit too much copy paste 😄
This commit is contained in:
Rasmus Wriedt Larsen
2021-06-09 12:19:11 +02:00
parent fa6abea465
commit dec6723183

View File

@@ -1,6 +1,6 @@
import jmespath
def test_idna():
def test_taint():
data = TAINTED_DICT
expression = jmespath.compile("foo.bar")