Index: openacs-4/packages/acs-tcl/tcl/test/community-core-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/community-core-test-procs.tcl,v diff -u -N -r1.9.2.2 -r1.9.2.3 --- openacs-4/packages/acs-tcl/tcl/test/community-core-test-procs.tcl 27 Feb 2020 14:21:18 -0000 1.9.2.2 +++ openacs-4/packages/acs-tcl/tcl/test/community-core-test-procs.tcl 27 Feb 2020 14:23:39 -0000 1.9.2.3 @@ -127,6 +127,7 @@ array set user_info [auth::create_user \ -user_id $user_id \ + -authority_id [auth::authority::get_id -short_name "acs_testing"] \ -username $username \ -email $email \ -first_names $first_names \