Update test to reflect new true positive.

This commit is contained in:
Mark Shannon
2019-04-10 11:52:32 +01:00
parent e82b2c422e
commit 4a03fd03cd
2 changed files with 2 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ app.run(debug=DEBUG)
if False:
app.run(debug=True)
# false negative
runapp = app.run
runapp(debug=True)