Skip to content

Commit

Permalink
Fix test for HTTPS connector with NSS database
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Aug 3, 2024
1 parent 6175959 commit c52041e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server-https-nss-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
- name: Check PKI CLI with untrusted server cert with wrong hostname
run: |
# run PKI CLI with wrong hostname
docker exec client pki -U https://server.example.com:8443 info \
echo n | docker exec -i client pki -U https://server.example.com:8443 info \
> >(tee stdout) 2> >(tee stderr >&2) || true
# check stdout
Expand Down

0 comments on commit c52041e

Please sign in to comment.