Fix for tags in the config not being applied to the agent.

fixes #302
closes #308
This commit is contained in:
Ellison Marks
2015-10-22 11:22:54 -07:00
committed by Cameron Sparr
parent c8852339c9
commit 2007064c47
3 changed files with 5 additions and 5 deletions

View File

@@ -142,7 +142,6 @@ func (s *MergeStructSuite) TestFullMerge() {
s.T().Error(err)
}
s.Equal(result, s.FullStruct, fmt.Sprintf("Full merge of %v onto FullStruct failed.", s.AnotherFullStruct))
s.T().Log("hi")
}
func (s *MergeStructSuite) TestPartialMergeWithoutSlices() {