Skip to content

Commit

Permalink
Update test_tls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
steveny91 authored Dec 26, 2024
1 parent cffe0a4 commit c6c6593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datadog_checks_base/tests/base/utils/test_tls.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,8 @@ def test_client_key_expanded_tls_verify_false(self):
id="Construct ciphers with no config",
),
pytest.param(
{'tls_ciphers': ['PSK-CAMELLIA128-SHA256', 'DHE-PSK-CAMELLIA128-SHA256']},
'PSK-CAMELLIA128-SHA256:DHE-PSK-CAMELLIA128-SHA256',
{'tls_ciphers': ['TLS_RSA_WITH_SEED_CBC_SHA', 'TLS_SM4_GCM_SM3',]},
'TLS_RSA_WITH_SEED_CBC_SHA:TLS_SM4_GCM_SM3',
id='Construct ciphers with specific ciphers',
),
pytest.param(
Expand Down

0 comments on commit c6c6593

Please sign in to comment.