adminschema: fix test

go 1.5.4 accepts just about anything as a URL, so instead just trigger
with blank URL
This commit is contained in:
Bobby Rullo 2016-06-15 14:31:02 -07:00
parent ce421a4dab
commit c9c33befb5

View file

@ -48,7 +48,7 @@ func TestMapSchemaClientToClient(t *testing.T) {
Id: "123",
Secret: "sec_123",
RedirectURIs: []string{
"ht.d://p * * *",
"",
},
},
wantErr: true,