Skip to content

Commit

Permalink
fix: Integration test using OS line endings (#7300)
Browse files Browse the repository at this point in the history
  • Loading branch information
mildaniel authored Aug 1, 2024
1 parent bdc51c1 commit 55d8087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/validate/test_validate_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def test_lint_error_invalid_region(self):
output = command_result.stderr.decode("utf-8")

error_message = (
f"Error: AWS Region was not found. Please configure your region through the --region option.\n"
f"Error: AWS Region was not found. Please configure your region through the --region option.{os.linesep}"
f"Regions ['us-north-5'] are unsupported. Supported regions are"
)

Expand Down

0 comments on commit 55d8087

Please sign in to comment.