Skip to content

Commit 41062b2

Browse files
Update pkg/job/maxdimassociator/associator_directoryservice_test.go
Signed-off-by: Cristian Greco <cristian@regolo.cc>
1 parent 59c86e6 commit 41062b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/job/maxdimassociator/associator_directoryservice_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func TestAssociatorDirectoryService(t *testing.T) {
6464

6565
for _, tc := range testcases {
6666
t.Run(tc.name, func(t *testing.T) {
67-
associator := NewAssociator(logging.NewNopLogger(), tc.args.dimensionRegexps, tc.args.resources)
67+
associator := NewAssociator(promslog.NewNopLogger(), tc.args.dimensionRegexps, tc.args.resources)
6868
res, skip := associator.AssociateMetricToResource(tc.args.metric)
6969
require.Equal(t, tc.expectedSkip, skip)
7070
require.Equal(t, tc.expectedResource, res)

0 commit comments

Comments
 (0)