Skip to content

Commit 0962234

Browse files
Fix typo in integration test.
1 parent cd50e9e commit 0962234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_minimum_tls_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ class TestMinimumTLSVersionNotSpecified(TestMinimumTLSVersion):
4949
def _get_config_file_name(self) -> str:
5050
return super()._get_config_file_name(None)
5151

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

0 commit comments

Comments
 (0)