diff --git a/internal/integration_test/integration_test.go b/internal/integration_test/integration_test.go index b933de8b..ac6a8774 100644 --- a/internal/integration_test/integration_test.go +++ b/internal/integration_test/integration_test.go @@ -202,7 +202,7 @@ func tableTest(t *testing.T, log *logrus.Entry, testDevice *pb.Device, deviceFai }) } - osConfigurator.EXPECT().TeardownInterface(mock.AnythingOfType("*context.timerCtx")).Return(nil).Maybe() + osConfigurator.EXPECT().TeardownInterface(mock.AnythingOfType("context.Context")).Return(nil).Maybe() helperListener, stopHelper := serve(t, NewHelper(t, log.WithField("component", "helper"), osConfigurator), wg)