mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
python: fix bad merge
caused by an optimistic attempt at solving a merge conflict in the online GUI.
This commit is contained in:
@@ -570,6 +570,9 @@ class CsrfLocalProtectionSettingTest extends InlineExpectationsTest {
|
||||
if p.csrfEnabled()
|
||||
then tag = "CsrfLocalProtectionEnabled"
|
||||
else tag = "CsrfLocalProtectionDisabled"
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
class XmlParsingTest extends InlineExpectationsTest {
|
||||
XmlParsingTest() { this = "XmlParsingTest" }
|
||||
|
||||
Reference in New Issue
Block a user