This commit is contained in:
octeep 2023-05-22 17:43:22 +01:00
parent e9f9cf6a1d
commit 34131a7a9f
No known key found for this signature in database
GPG key ID: 2EFF053CB733B81C

View file

@ -35,5 +35,5 @@ jobs:
run: curl --proxy http://peter:hunter123@localhost:64424 http://zx2c4.com/ip | grep -q "demo.wireguard.com"
- name: Test http with wrong password
run: |
curl -s --fail --proxy http://peter:hunter123@localhost:64425 http://zx2c4.com/ip
curl -s --fail --proxy http://peter:wrongpass@localhost:64425 http://zx2c4.com/ip
if [[ $? == 0 ]]; then exit 1; fi