fix: debug endpoint when insecure API.
This commit is contained in:
parent
bc063ad773
commit
ddbf4470a1
3 changed files with 18 additions and 0 deletions
|
@ -28,6 +28,7 @@ func Test_createConfiguration(t *testing.T) {
|
|||
API: &static.API{
|
||||
Insecure: true,
|
||||
Dashboard: true,
|
||||
Debug: true,
|
||||
},
|
||||
Ping: &ping.Handler{
|
||||
EntryPoint: "test",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue