Python: Fix regression in ConceptTests

I accidentially deleted that line :D
This commit is contained in:
Rasmus Wriedt Larsen
2020-12-22 14:42:53 +01:00
parent dc0d940331
commit 3094aedf14

View File

@@ -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