Skip to content

Commit 9b4b01a

Browse files
Fix typo
1 parent a398f70 commit 9b4b01a

File tree

1 file changed

+1
-1
lines changed
  • python/ql/test/library-tests/dataflow/global-or-captured-vars

1 file changed

+1
-1
lines changed

python/ql/test/library-tests/dataflow/global-or-captured-vars/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def test6():
6464

6565
def bar6():
6666
time.sleep(1)
67-
ensure_tainted(foo[0]) # $tainted
67+
ensure_tainted(foo6[0]) # $tainted
6868

6969
foo6.append(TAINTED_STRING)
7070
bar6()

0 commit comments

Comments
 (0)