diff options
author | 2023-08-01 19:50:17 +0200 | |
---|---|---|
committer | 2023-08-01 18:50:17 +0100 | |
commit | 2be83fdca5c440d45b8cd92bda9315757463d6c7 (patch) | |
tree | 041eb0ef390f2995cd243206c5f0cc8fb3d66488 /test | |
parent | [feature] Set timezone in Docker using TZ env variable (#2050) (diff) | |
download | gotosocial-2be83fdca5c440d45b8cd92bda9315757463d6c7.tar.xz |
[feature] Allow users to skip http client tls verification for testing purposes (with appropriately loud warnings) (#2052)
Diffstat (limited to 'test')
-rwxr-xr-x | test/envparsing.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/envparsing.sh b/test/envparsing.sh index 6506d0f27..14b265b32 100755 --- a/test/envparsing.sh +++ b/test/envparsing.sh @@ -119,7 +119,8 @@ EXPECT=$(cat <<"EOF" "http-client": { "allow-ips": [], "block-ips": [], - "timeout": 10000000000 + "timeout": 10000000000, + "tls-insecure-skip-verify": false }, "instance-deliver-to-shared-inboxes": false, "instance-expose-peers": true, |