Skip to content

Commit dec6723

Browse files
committed
Python: Minor refactor
A bit too much copy paste 😄
1 parent fa6abea commit dec6723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/test/library-tests/frameworks/jmespath/taint_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import jmespath
22

3-
def test_idna():
3+
def test_taint():
44
data = TAINTED_DICT
55

66
expression = jmespath.compile("foo.bar")

0 commit comments

Comments
 (0)