Skip to content

Commit

Permalink
Update tests for spec changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Nov 9, 2023
1 parent 8301f54 commit 88e0fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/rules/resources/properties/test_required.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_file_positive(self):
def test_file_negative(self):
"""Test failure"""
self.helper_file_negative(
"test/fixtures/templates/bad/properties_required.yaml", 12
"test/fixtures/templates/bad/properties_required.yaml", 11
)

def test_file_negative_generic(self):
Expand All @@ -56,5 +56,5 @@ def test_file_negative(self):
"""Test failure"""
# Additional Custom::SpecifiedCustomResource failure detected with custom spec
self.helper_file_negative(
"test/fixtures/templates/bad/properties_required.yaml", 13
"test/fixtures/templates/bad/properties_required.yaml", 12
)

0 comments on commit 88e0fa3

Please sign in to comment.