Skip to content

Commit 1394b92

Browse files
committedNov 18, 2024·
Corrected upgrade test
1 parent c620790 commit 1394b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎integration_tests/upgrade/04-test-upgrade-1.4.3-to-1.4.4.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1510,7 +1510,7 @@ result=$($DCLD_BIN_NEW query pki cert --subject-key-id=$da_root_cert_2_subject_k
15101510
check_response "$result" "\"subjectKeyId\": \"$da_root_cert_2_subject_key_id_for_1_4_4\""
15111511

15121512
result=$($DCLD_BIN_NEW query pki cert --subject-key-id=$noc_root_cert_2_subject_key_id_for_1_4_4)
1513-
check_response "$result" "\"subjectKeyId\": \"$noc_root_cert_2_subject_for_1_4_4\""
1513+
check_response "$result" "\"subjectKeyId\": \"$noc_root_cert_2_subject_key_id_for_1_4_4\""
15141514

15151515
echo "Get all certificates by SKID (DA)"
15161516
result=$($DCLD_BIN_NEW query pki x509-cert --subject-key-id=$da_root_cert_2_subject_key_id_for_1_4_4)

0 commit comments

Comments
 (0)
Please sign in to comment.