mirror of https://github.com/prometheus/prometheus
Lint fix
Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>pull/15448/head
parent
174f828d70
commit
d33d6f7db2
|
@ -1564,7 +1564,7 @@ func TestOTLPAllowServiceNameInTargetInfo(t *testing.T) {
|
|||
var got Config
|
||||
require.NoError(t, yaml.UnmarshalStrict(out, &got))
|
||||
|
||||
require.Equal(t, true, got.OTLPConfig.KeepIdentifyingResourceAttributes)
|
||||
require.True(t, got.OTLPConfig.KeepIdentifyingResourceAttributes)
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue