Skip to content

Commit

Permalink
[Test] Update councillor details.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Mar 5, 2024
1 parent 2163d7c commit f7655c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/test-run
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ our $admin_auth_password = mySociety::Config::get('ADMIN_AUTH_PASSWORD');

my $CAMBRIDGE_MP = 'Daniel Zeichner';

our @rep_names = ('Alice Gilderdale', 'Katie Porrer', 'Tim Bick');
our @rep_names = ('Anthony Martinelli', 'Katie Porrer', 'Tim Bick');
my $mep_rep_name = 'Katie Porrer';

#############################################################################
Expand Down Expand Up @@ -530,7 +530,6 @@ sub do_send_group_abuse {
foreach $rep_name (@rep_names){
# long header lines are wrapped so this fixes a long name
# being wrapped
$rep_name =~ s/Campbell Bannerman/Campbell/;
$confirmation_email = $wth->email_get_containing(
[ -and =>
'%To: "'.name_n(10).'" <'.email_n(10).'>%',
Expand Down

0 comments on commit f7655c3

Please sign in to comment.