summaryrefslogtreecommitdiff
path: root/state_test.go
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-05-06 15:39:52 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-05-06 15:39:52 +0200
commit12557b64af5189d3fe6d63151530e0bc722818cd (patch)
tree5015c66661ac3013bdb48a0bd00e53dc00a59602 /state_test.go
parent851d2e331cb2a8313529254d119fb0c9ae78c873 (diff)
Tests: Correct OAuth expired env var
Diffstat (limited to 'state_test.go')
-rw-r--r--state_test.go2
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
}