@@ -604,24 +604,21 @@ Feature: Security Monitoring
604604
605605 @generated @skip @team:DataDog/k9-cloud-security-platform
606606 Scenario : Get a rule's version history returns "Bad Request" response
607- Given operation "GetRuleVersionHistory" enabled
608- And new "GetRuleVersionHistory" request
607+ Given new "GetRuleVersionHistory" request
609608 And request contains "rule_id" parameter from "REPLACE.ME"
610609 When the request is sent
611610 Then the response status is 400 Bad Request
612611
613612 @generated @skip @team:DataDog/k9-cloud-security-platform
614613 Scenario : Get a rule's version history returns "Not Found" response
615- Given operation "GetRuleVersionHistory" enabled
616- And new "GetRuleVersionHistory" request
614+ Given new "GetRuleVersionHistory" request
617615 And request contains "rule_id" parameter from "REPLACE.ME"
618616 When the request is sent
619617 Then the response status is 404 Not Found
620618
621619 @generated @skip @team:DataDog/k9-cloud-security-platform
622620 Scenario : Get a rule's version history returns "OK" response
623- Given operation "GetRuleVersionHistory" enabled
624- And new "GetRuleVersionHistory" request
621+ Given new "GetRuleVersionHistory" request
625622 And request contains "rule_id" parameter from "REPLACE.ME"
626623 When the request is sent
627624 Then the response status is 200 OK
@@ -737,8 +734,7 @@ Feature: Security Monitoring
737734
738735 @skip-go @skip-java @skip-ruby @team:DataDog/k9-cloud-security-platform
739736 Scenario : Get rule version history returns "OK" response
740- Given operation "GetRuleVersionHistory" enabled
741- And new "GetRuleVersionHistory" request
737+ Given new "GetRuleVersionHistory" request
742738 And there is a valid "security_rule" in the system
743739 And request contains "rule_id" parameter from "security_rule.id"
744740 When the request is sent
0 commit comments