Skip to content

Commit 5650694

Browse files
committed
Python: update tests
1 parent e2eb08b commit 5650694

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
argumentToEnsureNotTaintedNotMarkedAsSpurious
22
untaintedArgumentToEnsureTaintedNotMarkedAsMissing
33
testFailures
4-
| threat_models.py:40:35:40:55 | Comment # $ SPURIOUS: tainted | Fixed spurious result:tainted= |
54
failures

python/ql/test/library-tests/frameworks/stdlib/threat_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
ensure_tainted(explicit_argv_parsing.foo) # $ tainted
3838

3939
fake_args = parser.parse_args(["<foo>"])
40-
ensure_not_tainted(fake_args.foo) # $ SPURIOUS: tainted
40+
ensure_not_tainted(fake_args.foo)
4141

4242
########################################
4343
# reading input from stdin

0 commit comments

Comments
 (0)