We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0d940 commit 3094aedCopy full SHA for 3094aed
python/ql/test/experimental/meta/ConceptsTest.qll
@@ -205,6 +205,8 @@ class HttpServerHttpResponseTest extends InlineExpectationsTest {
205
// the tests for routing setup is both annoying and not very useful.
206
___location.getFile() = file and
207
exists(file.getRelativePath()) and
208
+ // we need to do this step since we expect subclasses could override getARelevantTag
209
+ tag = getARelevantTag() and
210
(
211
exists(HTTP::Server::HttpResponse response |
212
___location = response.getLocation() and
0 commit comments