mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
Python: Fix regression in ConceptTests
I accidentially deleted that line :D
This commit is contained in:
@@ -205,6 +205,8 @@ class HttpServerHttpResponseTest extends InlineExpectationsTest {
|
||||
// the tests for routing setup is both annoying and not very useful.
|
||||
location.getFile() = file and
|
||||
exists(file.getRelativePath()) and
|
||||
// we need to do this step since we expect subclasses could override getARelevantTag
|
||||
tag = getARelevantTag() and
|
||||
(
|
||||
exists(HTTP::Server::HttpResponse response |
|
||||
location = response.getLocation() and
|
||||
|
||||
Reference in New Issue
Block a user