From b950e027b3553ccc767f88be8e88a1b3acf1b383 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 4 Oct 2022 15:11:31 +0200 Subject: Tests: Remove local well known workaround See: https://github.com/eduvpn/vpn-user-portal/pull/204 as an alternative --- docs/src/gettingstarted/testing.md | 1 - 1 file changed, 1 deletion(-) (limited to 'docs') diff --git a/docs/src/gettingstarted/testing.md b/docs/src/gettingstarted/testing.md index f3a47b6..62abfaf 100644 --- a/docs/src/gettingstarted/testing.md +++ b/docs/src/gettingstarted/testing.md @@ -29,7 +29,6 @@ This script is also used in the continuous integration, so we recommend to run t There are other environment variables that can be used: - `OAUTH_EXPIRED_TTL`: Use this for a server which has a low OAuth access token expiry time, e.g. 10 seconds. You would then set this variable to `"10"` so that a test is ran which waits for 10 seconds for the OAuth tokens to expire -- `SERVER_IS_LOCAL`: Set this to `"1"` such that the server endpoints are taken from `$SERVER_URI/well-known.php` instead of `SERVER_URI/.well-known/vpn-user-portal`. This is common for local development servers ## Testing the wrappers To test the wrappers, issue the following command in a shell (you will need dependencies for all wrappers if you do this[^1]): -- cgit v1.2.3