summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorBurcu Dogan <jbd@google.com>2015-01-21 11:51:39 -0800
committerBurcu Dogan <jbd@google.com>2015-01-21 19:53:08 +0000
commit267028f9bc2a1177dc5769be38c68c1b4fbe91c4 (patch)
tree5c98de9c3bb07df20dc5d8715dfc083b01329546 /internal
parentab6e11b96c19fca441bcaa0ddde3642153b3a57b (diff)
downloadgolang-x-oauth2-267028f9bc2a1177dc5769be38c68c1b4fbe91c4.tar.gz
oauth2/internal: fix the broken ini parsing test
Change-Id: I1032b759e036f57bc49eec951d08d8b22728c1a0 Reviewed-on: https://go-review.googlesource.com/3117 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'internal')
-rw-r--r--internal/oauth2_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/oauth2_test.go b/internal/oauth2_test.go
index 85b2a70..014a351 100644
--- a/internal/oauth2_test.go
+++ b/internal/oauth2_test.go
@@ -45,7 +45,7 @@ empty=
;comment=true
`,
map[string]map[string]string{
- "a": map[string]string{},
+ "": map[string]string{},
},
},
}