mirror of
https://github.com/status-im/consul.git
synced 2025-01-21 19:20:41 +00:00
agent: Fixing test with new struct
This commit is contained in:
parent
64ba7991f4
commit
49378a0323
@ -396,7 +396,7 @@ func TestHTTPAgentRegisterService(t *testing.T) {
|
||||
Name: "test",
|
||||
Tag: "master",
|
||||
Port: 8000,
|
||||
Check: &CheckType{
|
||||
Check: CheckType{
|
||||
TTL: 15 * time.Second,
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user