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:
parent
ce421a4dab
commit
c9c33befb5
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ func TestMapSchemaClientToClient(t *testing.T) {
|
||||||
Id: "123",
|
Id: "123",
|
||||||
Secret: "sec_123",
|
Secret: "sec_123",
|
||||||
RedirectURIs: []string{
|
RedirectURIs: []string{
|
||||||
"ht.d://p * * *",
|
"",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
wantErr: true,
|
wantErr: true,
|
||||||
|
|
Reference in a new issue