agent: Fixing test with new struct

This commit is contained in:
Armon Dadgar 2014-02-04 18:32:17 -08:00
parent a8c366e9df
commit 9edd9ce82a
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ func TestHTTPAgentRegisterService(t *testing.T) {
Name: "test",
Tag: "master",
Port: 8000,
Check: &CheckType{
Check: CheckType{
TTL: 15 * time.Second,
},
}