@@ -43,6 +43,7 @@ def equal_value(t1, t2):
4343
4444@rfc ("https://docs.google.com/document/d/1OCHPBCAErOL2FhLl64YAHB8woDyq66y5t-JGolxdf1Q/edit#heading=h.bth088vsbjrz" )
4545@scenarios .appsec_api_security
46+ @scenarios .appsec_lambda_api_security
4647@features .api_security_schemas
4748class Test_Schema_Request_Headers :
4849 """Test API Security - Request Headers Schema"""
@@ -63,6 +64,7 @@ def test_request_method(self):
6364
6465@rfc ("https://docs.google.com/document/d/1OCHPBCAErOL2FhLl64YAHB8woDyq66y5t-JGolxdf1Q/edit#heading=h.bth088vsbjrz" )
6566@scenarios .appsec_api_security
67+ @scenarios .appsec_lambda_api_security
6668@features .api_security_schemas
6769class Test_Schema_Request_Cookies :
6870 """Test API Security - Request Cookies Schema"""
@@ -87,6 +89,7 @@ def test_request_method(self):
8789
8890@rfc ("https://docs.google.com/document/d/1OCHPBCAErOL2FhLl64YAHB8woDyq66y5t-JGolxdf1Q/edit#heading=h.bth088vsbjrz" )
8991@scenarios .appsec_api_security
92+ @scenarios .appsec_lambda_api_security
9093@features .api_security_schemas
9194class Test_Schema_Request_Query_Parameters :
9295 """Test API Security - Request Query Parameters Schema"""
@@ -107,6 +110,7 @@ def test_request_method(self):
107110
108111@rfc ("https://docs.google.com/document/d/1OCHPBCAErOL2FhLl64YAHB8woDyq66y5t-JGolxdf1Q/edit#heading=h.bth088vsbjrz" )
109112@scenarios .appsec_api_security
113+ @scenarios .appsec_lambda_api_security
110114@features .api_security_schemas
111115class Test_Schema_Request_Path_Parameters :
112116 """Test API Security - Request Path Parameters Schema"""
@@ -128,6 +132,7 @@ def test_request_method(self):
128132
129133@rfc ("https://docs.google.com/document/d/1OCHPBCAErOL2FhLl64YAHB8woDyq66y5t-JGolxdf1Q/edit#heading=h.bth088vsbjrz" )
130134@scenarios .appsec_api_security
135+ @scenarios .appsec_lambda_api_security
131136@features .api_security_schemas
132137class Test_Schema_Request_Json_Body :
133138 """Test API Security - Request Body and list length"""
@@ -148,6 +153,7 @@ def test_request_method(self):
148153
149154@rfc ("https://docs.google.com/document/d/1OCHPBCAErOL2FhLl64YAHB8woDyq66y5t-JGolxdf1Q/edit#heading=h.bth088vsbjrz" )
150155@scenarios .appsec_api_security
156+ @scenarios .appsec_lambda_api_security
151157@features .api_security_schemas
152158class Test_Schema_Request_FormUrlEncoded_Body :
153159 """Test API Security - Request Body and list length"""
@@ -188,6 +194,7 @@ def test_request_method(self):
188194
189195@rfc ("https://docs.google.com/document/d/1OCHPBCAErOL2FhLl64YAHB8woDyq66y5t-JGolxdf1Q/edit#heading=h.bth088vsbjrz" )
190196@scenarios .appsec_api_security
197+ @scenarios .appsec_lambda_api_security
191198@features .api_security_schemas
192199class Test_Schema_Response_Headers :
193200 """Test API Security - Response Header Schema"""
@@ -207,6 +214,7 @@ def test_request_method(self):
207214
208215@rfc ("https://docs.google.com/document/d/1OCHPBCAErOL2FhLl64YAHB8woDyq66y5t-JGolxdf1Q/edit#heading=h.bth088vsbjrz" )
209216@scenarios .appsec_api_security
217+ @scenarios .appsec_lambda_api_security
210218@features .api_security_schemas
211219class Test_Schema_Response_Body :
212220 """Test API Security - Response Body Schema with urlencoded body"""
@@ -233,6 +241,7 @@ def test_request_method(self):
233241
234242@rfc ("https://docs.google.com/document/d/1OCHPBCAErOL2FhLl64YAHB8woDyq66y5t-JGolxdf1Q/edit#heading=h.bth088vsbjrz" )
235243@scenarios .appsec_api_security
244+ @scenarios .appsec_lambda_api_security
236245@features .api_security_schemas
237246class Test_Schema_Response_on_Block :
238247 """Test API Security - Response Schemas with urlencoded body
@@ -293,6 +302,7 @@ def test_request_method(self):
293302
294303@rfc ("https://docs.google.com/document/d/1OCHPBCAErOL2FhLl64YAHB8woDyq66y5t-JGolxdf1Q/edit#heading=h.bth088vsbjrz" )
295304@scenarios .appsec_api_security
305+ @scenarios .appsec_lambda_api_security
296306@features .api_security_schemas
297307class Test_Scanners :
298308 """Test API Security - Scanners"""
0 commit comments