Skip to content

Commit

Permalink
#47: Fix tests to work with role change from 550ad5e
Browse files Browse the repository at this point in the history
  • Loading branch information
adamfranco committed Dec 2, 2024
1 parent f2fff05 commit 527b9b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Controller/SchedulesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ private function setUpClient(): KernelBrowser
'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress' => ['[email protected]'],
'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname' => ['Winnie'],
'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname' => ['The-Pooh'],
'AssignedRoles' => ['App.EmailSendAllowed'],
]);

// Bookmark some courses so they are available for schedule building.
Expand Down

0 comments on commit 527b9b6

Please sign in to comment.