From d2ac8a5d14d07e152212cd65375ad0fb7d6fac4c Mon Sep 17 00:00:00 2001 From: Geir Storli Date: Mon, 2 Dec 2024 10:53:55 +0100 Subject: [PATCH] Change owner. --- .../search/empty_fields_in_response/empty_fields_in_response.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/search/empty_fields_in_response/empty_fields_in_response.rb b/tests/search/empty_fields_in_response/empty_fields_in_response.rb index 32ce7fc5b..b605f9b14 100644 --- a/tests/search/empty_fields_in_response/empty_fields_in_response.rb +++ b/tests/search/empty_fields_in_response/empty_fields_in_response.rb @@ -5,7 +5,7 @@ class EmptyFieldsInResponseTest < IndexedStreamingSearchTest def setup - set_owner("lesters") + set_owner("toregge") set_description("Test empty single- and multivalued fields in search and get") end