summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}