Skip to content

Commit f786308

Browse files
committed
updating test cases
1 parent a16557b commit f786308

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/test_aws_iot_metrics.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def test_all_mqtt5_features_set(self):
113113
self.assertIn("H/A", result) # HTTP proxy (no TLS on proxy)
114114
self.assertIn("K/D", result) # TLSv1_2
115115
if cipher_pref.is_supported():
116-
self.assertIn("J/B", result) # PQ_DEFAULT
116+
self.assertIn("J/H", result) # PQ_DEFAULT
117117

118118
def test_alternate_values(self):
119119
"""MQTT5 with alternate non-default values."""
@@ -155,7 +155,7 @@ def test_alternate_values(self):
155155
self.assertIn("H/B", result) # HTTPS proxy
156156
self.assertIn("K/E", result) # TLSv1_3
157157
if cipher_pref.is_supported():
158-
self.assertIn("J/A", result) # PQ_TLSv1_0_2021_05
158+
self.assertIn("J/F", result) # PQ_TLSv1_0_2021_05
159159

160160
def test_mqtt3_with_proxy_and_tls(self):
161161
"""MQTT3 with HTTPS proxy and TLS context."""
@@ -178,7 +178,7 @@ def test_mqtt3_with_proxy_and_tls(self):
178178
self.assertIn("H/B", result) # HTTPS
179179
self.assertIn("K/D", result) # TLSv1_2
180180
if cipher_pref.is_supported():
181-
self.assertIn("J/C", result) # TLSv1_2_2025_07
181+
self.assertIn("J/I", result) # TLSv1_2_2025_07
182182

183183

184184
class TestMergeFeatureLists(NativeResourceTest):

0 commit comments

Comments
 (0)