Remove call for removed attribute Page (#30207)

This commit is contained in:
Julien Tant
2025-02-13 17:35:27 +00:00
committed by GitHub
parent 1a58f923e0
commit 41e0f97176
@@ -463,7 +463,6 @@ func testUpsertPropertyValue(t *testing.T, _ request.CTX, ss store.Store) {
// Verify the invalid value was not inserted
results, err := ss.PropertyValue().SearchPropertyValues(model.PropertyValueSearchOpts{
TargetID: invalidValue.TargetID,
Page: 0,
PerPage: 10,
})
require.NoError(t, err)