Commit c9c33bef authored by Bobby Rullo's avatar Bobby Rullo

adminschema: fix test

go 1.5.4 accepts just about anything as a URL, so instead just trigger
with blank URL
parent ce421a4d
......@@ -48,7 +48,7 @@ func TestMapSchemaClientToClient(t *testing.T) {
Id: "123",
Secret: "sec_123",
RedirectURIs: []string{
"ht.d://p * * *",
"",
},
},
wantErr: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment