This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 4a3e80d0 Need some response
4a3e80d0 is described below

commit 4a3e80d010c01523bf28ad30a222837e72da3551
Author: Sebb <[email protected]>
AuthorDate: Mon May 15 11:53:04 2023 +0100

    Need some response
---
 www/board/agenda/spec/spec_helper.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/board/agenda/spec/spec_helper.rb 
b/www/board/agenda/spec/spec_helper.rb
index 7c775996..4ef7edca 100644
--- a/www/board/agenda/spec/spec_helper.rb
+++ b/www/board/agenda/spec/spec_helper.rb
@@ -96,8 +96,8 @@ DUMMY = {
     [['cn=board,ou=groups,ou=services,dc=apache,dc=org']],
     'ldapsearch -x -LLL -b ou=groups,ou=services,dc=apache,dc=org -s sub 
cn=pmc-chairs dn' =>
     [[]],
-    'ldapsearch -x -LLL -b ou=people,dc=apache,dc=org -s one uid=secretary_id 
' =>
-    [],
+    "ldapsearch -x -LLL -b ou=people,dc=apache,dc=org -s one uid=#{SEC_ID} " =>
+    [{"uid"=>["#{SEC_ID}"], 
"dn"=>["uid=#{SEC_ID},ou=people,dc=apache,dc=org"]}],
 }
 
 

Reply via email to