We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eecf72 commit 6e01c7cCopy full SHA for 6e01c7c
integration_tests/upgrade/03-test-upgrade-1.2-to-1.4.3.sh
@@ -1190,7 +1190,7 @@ test_divider
1190
# PKI
1191
1192
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)
+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)
1194
check_response "$result" "\"subject\": \"$root_cert_with_vid_subject_for_1_4_3\""
1195
check_response "$result" "\"subjectKeyId\": \"$root_cert_with_vid_subject_key_id_for_1_4_3\""
1196
check_response "$result" "\"vid\": $vid_for_1_4_3"
0 commit comments