mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Python: Minor refactor
A bit too much copy paste 😄
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import jmespath
|
||||
|
||||
def test_idna():
|
||||
def test_taint():
|
||||
data = TAINTED_DICT
|
||||
|
||||
expression = jmespath.compile("foo.bar")
|
||||
|
||||
Reference in New Issue
Block a user