Skip to content

Commit

Permalink
Fix typo in integration test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeichikawasalesforce committed Jun 20, 2024
1 parent cd50e9e commit 0962234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_minimum_tls_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ class TestMinimumTLSVersionNotSpecified(TestMinimumTLSVersion):
def _get_config_file_name(self) -> str:
return super()._get_config_file_name(None)

def test_minimum_tls_version_invalid(self):
def test_minimum_tls_version_not_specified(self):
log_contents = self._get_log_contents()
self.assertIn("Setting minimum TLS version to TLSv1_2", log_contents)

0 comments on commit 0962234

Please sign in to comment.