Skip to content

Commit ac0d529

Browse files
authored
chore(config): updated membership coordinator name (#58)
This PR updates the `membership_coordinator` configuration value from Ian to Laura as per the most recent election. Please note that changes will not take effect until this change is merged and deployed to the server hosting kOS.
1 parent 519bec8 commit ac0d529

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/kwartzlabos.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'entrance_gatekeepers' => [11], // which gatekeepers are building entrances (used for metrics)
1919

2020
'membership_coordinator' => [
21-
'name' => 'Ian Edington',
21+
'name' => 'Laura Schuhbauer',
2222
],
2323
'membership_app' => [ // membership app email configuration for admin and members mailings
2424
'admin' => [

tests/Feature/Http/Controllers/FormsControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function it_sends_a_confirmation_email_to_applicant_when_application_is_s
7676
$mail->assertHasSubject('Application Received - Kwartzlab Makerspace');
7777
$mail->assertSeeInOrderInHtml([
7878
$newUser->get_name(),
79-
'Ian Edington',
79+
config('kwartzlabos.membership_coordinator.name'),
8080
'Membership Coordinator',
8181
'membership@kwartzlab.ca',
8282
]);

0 commit comments

Comments
 (0)