Skip to content

Commit aa9c691

Browse files
committed
chore: update test_translator.py (#933)
1 parent a01fae5 commit aa9c691

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/translator/test_translator.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
'E3001', # Check for resource availability in a region.
4343
'W7001', # Check if mappings are used. Serverless::Application uses mappings, the output CFN doesn't use them anymore.
4444
'W1020', # Sub isn't needed if it doesn't have a variable defined. SAM leaves `!Sub` in even if it tries to resolve variables.
45+
'E2531', # we don't care if a runtime has been deprecated in our tests.
46+
'E3038', # Serverless resources- test for invalid resources.
4547
]
4648

4749
LINT_IGNORE_TESTS = [

0 commit comments

Comments
 (0)