feat: dev mode on client, check client configuration (#41)
* fix: tests * fix: tests * fix: tests
This commit is contained in:
parent
3507057c66
commit
c6e22dff69
10 changed files with 215 additions and 71 deletions
|
@ -54,7 +54,7 @@ func TestValidateIssuer(t *testing.T) {
|
|||
false,
|
||||
},
|
||||
{
|
||||
"localhost with http ok",
|
||||
"localhost with http fails",
|
||||
args{"http://localhost:9999"},
|
||||
true,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue