From fd682719a1bfeca709d76bfcf63cb9921f3eecc0 Mon Sep 17 00:00:00 2001 From: Etourneau Gwenn Date: Tue, 12 May 2015 14:32:09 +0900 Subject: [PATCH] Fix Error message --- builtin/credential/github/backend_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/credential/github/backend_test.go b/builtin/credential/github/backend_test.go index 1791e2a814..9f3ed114cf 100644 --- a/builtin/credential/github/backend_test.go +++ b/builtin/credential/github/backend_test.go @@ -23,7 +23,7 @@ func TestBackend_basic(t *testing.T) { func testAccPreCheck(t *testing.T) { if v := os.Getenv("GITHUB_TOKEN"); v == "" { - t.Fatal("GITHUB_USER must be set for acceptance tests") + t.Fatal("GITHUB_TOKEN must be set for acceptance tests") } if v := os.Getenv("GITHUB_ORG"); v == "" {