Skip to content

Commit

Permalink
Merge branch 'develop' into update-ruby-2025-03
Browse files Browse the repository at this point in the history
  • Loading branch information
seshubaws authored Mar 5, 2025
2 parents d18d0f4 + 3e67c80 commit 8077f96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/validate/test_validate_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ def test_lint_deprecated_runtimes(self, runtime):
self.assertEqual(command_result.process.returncode, 1)
self.assertRegex(
output,
f"\\[\\[W2531: Check if EOL Lambda Function Runtimes are used] "
f"\\(Runtime \\'{runtime}'\\ was deprecated on.*",
f"\\[\\[E2531: Validate if lambda runtime is deprecated\\] "
f"\\(Runtime '{runtime}' was deprecated on.*",
)

def test_lint_supported_runtimes(self):
Expand Down

0 comments on commit 8077f96

Please sign in to comment.