Skip to content

Commit

Permalink
Fix UT2
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmithv11 committed May 3, 2024
1 parent bbdfa1e commit c6d0868
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/terraform/graph/checks/test_yaml_policies.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,9 @@ def test_IBM_DatabasesNWaccessRestrictedToSpecificIPrange(self):
def test_IBM_K8sClustersAccessibleViaPrivateEndPt(self):
self.go("IBM_K8sClustersAccessibleViaPrivateEndPt")

def test_S3CMKRegularRotation(self):
self.go("S3CMKRegularRotation")

def test_registry_load(self):
registry = Registry(parser=GraphCheckParser(), checks_dir=str(
Path(__file__).parent.parent.parent.parent.parent / "checkov" / "terraform" / "checks" / "graph_checks"))
Expand Down

0 comments on commit c6d0868

Please sign in to comment.