Skip to content

Commit dc86dc3

Browse files
committed
Fix: change test string to the new format
1 parent 8f15bf6 commit dc86dc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/api/test_tls.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,7 @@ int test_wolfSSL_alert_desc_string(void)
12081208
ExpectStrEQ(wolfSSL_alert_desc_string(user_canceled), "US");
12091209
ExpectStrEQ(wolfSSL_alert_desc_string(no_renegotiation), "NR");
12101210
ExpectStrEQ(wolfSSL_alert_desc_string(missing_extension), "ME");
1211-
ExpectStrEQ(wolfSSL_alert_desc_string(unsupported_extension), "XE");
1211+
ExpectStrEQ(wolfSSL_alert_desc_string(unsupported_extension), "UE");
12121212
ExpectStrEQ(wolfSSL_alert_desc_string(unrecognized_name), "UN");
12131213
ExpectStrEQ(wolfSSL_alert_desc_string(bad_certificate_status_response), "BR");
12141214
ExpectStrEQ(wolfSSL_alert_desc_string(unknown_psk_identity), "UP");

0 commit comments

Comments
 (0)