Skip to content

Commit

Permalink
Add missing encoder config for test env
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Nov 4, 2024
1 parent 8ae0538 commit 6981662
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/packages/_sylius.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,3 +253,9 @@ sylius_user:
user:
classes:
model: App\Entity\User\UserOAuth

when@test: &sylius_user_test
sylius_user:
encoder: plaintext

when@test_cached: *sylius_user_test

0 comments on commit 6981662

Please sign in to comment.