File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ var tool4 = MockTool{
6868}
6969
7070var tool5 = MockTool {
71- Name : "require_client_auth_tool" ,
72- Params : []parameters.Parameter {},
71+ Name : "require_client_auth_tool" ,
72+ Params : []parameters.Parameter {},
7373 requiresClientAuthorization : true ,
7474}
7575
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ import (
2727
2828// MockTool is used to mock tools in tests
2929type MockTool struct {
30- Name string
31- Description string
32- Params []parameters.Parameter
33- manifest tools.Manifest
34- unauthorized bool
30+ Name string
31+ Description string
32+ Params []parameters.Parameter
33+ manifest tools.Manifest
34+ unauthorized bool
3535 requiresClientAuthorization bool
3636}
3737
You can’t perform that action at this time.
0 commit comments