Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Dec 19, 2021
1 parent 404ae34 commit 9b9f514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/server_connectivity_tests/test_opportunistic_tls.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class TestOpportunisticTls:
("ldap.uchicago.edu", 389, ProtocolWithOpportunisticTlsEnum.LDAP),
("jabber.org", 5222, ProtocolWithOpportunisticTlsEnum.XMPP_SERVER),
# Some Heroku Postgres instance I created
("ec2-54-75-226-17.eu-west-1.compute.amazonaws.com", 5432, ProtocolWithOpportunisticTlsEnum.POSTGRES),
("ec2-54-217-15-9.eu-west-1.compute.amazonaws.com", 5432, ProtocolWithOpportunisticTlsEnum.POSTGRES),
],
)
def test(self, hostname, port, protocol):
Expand Down

0 comments on commit 9b9f514

Please sign in to comment.