Test for special character escaping

This commit is contained in:
Dylan Rathbone
2020-04-09 15:52:48 +10:00
parent 223db3c10d
commit cd12d3d873
11 changed files with 182 additions and 1 deletions

View File

@@ -76,3 +76,4 @@ def test_confluence_config_file(host):
assert f.contains('<property name="hibernate.connection.driver_class">org.postgresql.Driver</property>')
assert f.contains('<property name="confluence.cluster.aws.host.header">ec2.amazonaws.com</property>')
assert f.contains('<property name="hibernate.connection.url">jdbc:postgresql://postgres-db.ap-southeast-2.rds.amazonaws.com:5432/confluence</property>')
assert f.contains('<property name="hibernate.connection.password">molecule_password</property>')