Fix for tags in the config not being applied to the agent.
fixes #302 closes #308
This commit is contained in:
committed by
Cameron Sparr
parent
c8852339c9
commit
2007064c47
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user