From 267028f9bc2a1177dc5769be38c68c1b4fbe91c4 Mon Sep 17 00:00:00 2001 From: Burcu Dogan Date: Wed, 21 Jan 2015 11:51:39 -0800 Subject: [PATCH] oauth2/internal: fix the broken ini parsing test Change-Id: I1032b759e036f57bc49eec951d08d8b22728c1a0 Reviewed-on: https://go-review.googlesource.com/3117 Reviewed-by: Brad Fitzpatrick --- internal/oauth2_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{}, }, }, }