diff --git a/pkg/state/conformance/state.go b/pkg/state/conformance/state.go index 39ea80b..25ff4c5 100644 --- a/pkg/state/conformance/state.go +++ b/pkg/state/conformance/state.go @@ -980,7 +980,7 @@ func (suite *StateSuite) testWatchKindWithBookmarks(useAggregated bool) { initial, err := suite.State.List(ctx, res.Metadata()) suite.Require().NoError(err) - suite.Require().NoError(watchAggregateAdapter(ctx, useAggregated, suite.State, res.Metadata(), ch, state.WithBootstrapContents(true))) + suite.Require().NoError(watchAggregateAdapter(ctx, useAggregated, suite.State, res.Metadata().Copy(), ch, state.WithBootstrapContents(true))) suite.Require().NoError(suite.State.Update(ctx, res)) suite.Require().NoError(suite.State.Update(ctx, res))