Skip to content

Commit 49b59b0

Browse files
authored
Update list_test.go
1 parent 113f082 commit 49b59b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/list_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import (
1010

1111
func TestList(t *testing.T) {
1212

13-
user := os.Getenv("BITBUCKET_USERNAME")
14-
pass := os.Getenv("BITBUCKET_PASSWORD")
15-
owner := os.Getenv("BITBUCKET_OWNER")
13+
user := os.Getenv("BITBUCKET_TEST_USERNAME")
14+
pass := os.Getenv("BITBUCKET_TEST_PASSWORD")
15+
owner := os.Getenv("BITBUCKET_TEST_OWNER")
1616

1717
c := bitbucket.NewBasicAuth(user, pass)
1818

0 commit comments

Comments
 (0)