mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-08 16:24:51 -04:00
Fix Error message
This commit is contained in:
parent
7a55ddf323
commit
fd682719a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 == "" {
|
||||
|
|
|
|||
Loading…
Reference in a new issue