Skip to content

Commit 3094aed

Browse files
committed
Python: Fix regression in ConceptTests
I accidentially deleted that line :D
1 parent dc0d940 commit 3094aed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/ql/test/experimental/meta/ConceptsTest.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ class HttpServerHttpResponseTest extends InlineExpectationsTest {
205205
// the tests for routing setup is both annoying and not very useful.
206206
___location.getFile() = file and
207207
exists(file.getRelativePath()) and
208+
// we need to do this step since we expect subclasses could override getARelevantTag
209+
tag = getARelevantTag() and
208210
(
209211
exists(HTTP::Server::HttpResponse response |
210212
___location = response.getLocation() and

0 commit comments

Comments
 (0)