Skip to content

Commit 6e01c7c

Browse files
committed
Fixed upgrade test
1 parent 0eecf72 commit 6e01c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/upgrade/03-test-upgrade-1.2-to-1.4.3.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,7 @@ test_divider
11901190
# PKI
11911191

11921192
echo "Get x509 root certificate"
1193-
result=$($DCLD_BIN_NEW query pki x509-cert --subject=$root_cert_with_vid_subject_for_1_4_3 --subject-key-id=$root_cert_with_vid_subject_for_1_4_3_key_id)
1193+
result=$($DCLD_BIN_NEW query pki x509-cert --subject=$root_cert_with_vid_subject_for_1_4_3 --subject-key-id=$root_cert_with_vid_subject_for_1_4_3)
11941194
check_response "$result" "\"subject\": \"$root_cert_with_vid_subject_for_1_4_3\""
11951195
check_response "$result" "\"subjectKeyId\": \"$root_cert_with_vid_subject_key_id_for_1_4_3\""
11961196
check_response "$result" "\"vid\": $vid_for_1_4_3"

0 commit comments

Comments
 (0)