diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-05-06 15:39:52 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-05-06 15:39:52 +0200 |
| commit | 12557b64af5189d3fe6d63151530e0bc722818cd (patch) | |
| tree | 5015c66661ac3013bdb48a0bd00e53dc00a59602 /state_test.go | |
| parent | 851d2e331cb2a8313529254d119fb0c9ae78c873 (diff) | |
Tests: Correct OAuth expired env var
Diffstat (limited to 'state_test.go')
| -rw-r--r-- | state_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/state_test.go b/state_test.go index 59b4f02..84e648d 100644 --- a/state_test.go +++ b/state_test.go @@ -152,7 +152,7 @@ func Test_token_expired(t *testing.T) { serverURI := getServerURI(t) expiredTTL := os.Getenv("OAUTH_EXPIRED_TTL") if expiredTTL == "" { - t.Log("No expired TTL present, skipping this test. Set EXPIRED_TTL env variable to run it") + t.Log("No expired TTL present, skipping this test. Set OAUTH_EXPIRED_TTL env variable to run this test") return } |
