Skip to content

Commit

Permalink
Repair failing config integration test (#5653)
Browse files Browse the repository at this point in the history
Co-authored-by: Leonardo Gama <leogama@amazon.com>
  • Loading branch information
Leo10Gama and Leonardo Gama authored Jul 31, 2023
1 parent b375de2 commit 71eed64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/deploy/test_deploy_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ def test_deploy_with_invalid_config(self, template_file, config_file):

deploy_process_execute = self.run_command(deploy_command_list)
self.assertEqual(deploy_process_execute.process.returncode, 1)
self.assertIn("SamConfigFileReadException: Unexpected character", str(deploy_process_execute.stderr))
self.assertIn("Error reading configuration: Unexpected character", str(deploy_process_execute.stderr))

@parameterized.expand([("aws-serverless-function.yaml", "samconfig-tags-list.toml")])
def test_deploy_with_valid_config_tags_list(self, template_file, config_file):
Expand Down

0 comments on commit 71eed64

Please sign in to comment.