mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Python: Fix failing test
This commit is contained in:
@@ -112,7 +112,7 @@ def with_multiple_kw_args(a, b, c):
|
||||
SINK3(c)
|
||||
|
||||
|
||||
@expects(9)
|
||||
@expects(12)
|
||||
def test_multiple_kw_args():
|
||||
with_multiple_kw_args(b=arg2, c=arg3, a=arg1)
|
||||
with_multiple_kw_args(arg1, *(arg2,), arg3)
|
||||
|
||||
Reference in New Issue
Block a user