Replace Delay by RefreshSecond in Eureka
This commit is contained in:
parent
c4529820f2
commit
3a2b421566
5 changed files with 36 additions and 25 deletions
|
@ -432,8 +432,9 @@ func TestDo_globalConfiguration(t *testing.T) {
|
|||
Trace: true,
|
||||
DebugLogGeneratedTemplate: true,
|
||||
},
|
||||
Endpoint: "eureka Endpoint",
|
||||
Delay: flaeg.Duration(30 * time.Second),
|
||||
Endpoint: "eureka Endpoint",
|
||||
Delay: flaeg.Duration(30 * time.Second),
|
||||
RefreshSeconds: flaeg.Duration(30 * time.Second),
|
||||
}
|
||||
config.ECS = &ecs.Provider{
|
||||
BaseProvider: provider.BaseProvider{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue