diff --git a/server/channels/store/storetest/property_value_store.go b/server/channels/store/storetest/property_value_store.go index de72b46675..cad73212ac 100644 --- a/server/channels/store/storetest/property_value_store.go +++ b/server/channels/store/storetest/property_value_store.go @@ -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)