Merge pull request #539 from mroseman95/fix-typo-oauth2-test
fixed small typo in oauth2_test.go
This commit is contained in:
commit
2bc32439c4
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import (
|
|||
|
||||
func ExampleApplication() {
|
||||
|
||||
// Authentication Token pulled from environment variable DG_TOKEN
|
||||
// Authentication Token pulled from environment variable DGU_TOKEN
|
||||
Token := os.Getenv("DGU_TOKEN")
|
||||
if Token == "" {
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue