mirror of https://github.com/hashicorp/consul
agent: Fixing test with new struct
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…
Reference in New Issue