From c9c33befb5e961a51a0a41957b4c953124983b73 Mon Sep 17 00:00:00 2001 From: Bobby Rullo Date: Wed, 15 Jun 2016 14:31:02 -0700 Subject: [PATCH] adminschema: fix test go 1.5.4 accepts just about anything as a URL, so instead just trigger with blank URL --- schema/adminschema/mapper_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/adminschema/mapper_test.go b/schema/adminschema/mapper_test.go index 608e9b53..e1b17b32 100644 --- a/schema/adminschema/mapper_test.go +++ b/schema/adminschema/mapper_test.go @@ -48,7 +48,7 @@ func TestMapSchemaClientToClient(t *testing.T) { Id: "123", Secret: "sec_123", RedirectURIs: []string{ - "ht.d://p * * *", + "", }, }, wantErr: true,