From 41e0f97176e59990a3b7913b74c8685facd53e37 Mon Sep 17 00:00:00 2001 From: Julien Tant <785518+JulienTant@users.noreply.github.com> Date: Thu, 13 Feb 2025 10:35:27 -0700 Subject: [PATCH] Remove call for removed attribute Page (#30207) --- server/channels/store/storetest/property_value_store.go | 1 - 1 file changed, 1 deletion(-) 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)