Skip to content

Commit

Permalink
DXCDT-741 minor fix for custom email provider creating, it should be …
Browse files Browse the repository at this point in the history
…enabled
  • Loading branch information
acwest committed Jan 10, 2025
1 parent eb6229a commit 909a37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/email-test-cases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tests:
exit-code: 0

003 - create custom email provider:
command: auth0 email provider create --provider=custom --enabled=false --default-from-address='not-admin@auth0.invalid'
command: auth0 email provider create --provider=custom --enabled=true --default-from-address='not-admin@auth0.invalid'
exit-code: 0

004 - delete up email provider:
Expand Down

0 comments on commit 909a37e

Please sign in to comment.