agent: Fixing test with new struct
This commit is contained in:
parent
a8c366e9df
commit
9edd9ce82a
|
@ -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