python: fix bad merge

caused by an optimistic attempt at solving a
merge conflict in the online GUI.
This commit is contained in:
Rasmus Lerchedahl Petersen
2022-05-10 11:37:41 +02:00
parent 6c3e2db7fd
commit aa3d7babf4

View File

@@ -570,6 +570,9 @@ class CsrfLocalProtectionSettingTest extends InlineExpectationsTest {
if p.csrfEnabled()
then tag = "CsrfLocalProtectionEnabled"
else tag = "CsrfLocalProtectionDisabled"
)
}
}
class XmlParsingTest extends InlineExpectationsTest {
XmlParsingTest() { this = "XmlParsingTest" }