Skip to content

Commit 98c8503

Browse files
committed
Fix test mismatch
1 parent f82ed85 commit 98c8503

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • python/ql/test/experimental/query-tests/Security/CWE-347

python/ql/test/experimental/query-tests/Security/CWE-347/python_jwt.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
# BAD
1010

1111
# no call to verify_jwt
12-
13-
token3 = "123"
14-
python_jwt.process_jwt(token3)
12+
token2 = "123"
13+
python_jwt.process_jwt(token2)

0 commit comments

Comments
 (0)