Skip to content

Commit

Permalink
Remove auth SMTP config from other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh committed Nov 7, 2024
1 parent 07efad4 commit c1195be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions tests/schemas/dump_v4_setup.edgeql
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ ext::auth::AuthConfig::auth_signing_key := 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa';
CONFIGURE CURRENT DATABASE SET
ext::auth::AuthConfig::token_time_to_live := <duration>'24 hours';

CONFIGURE CURRENT DATABASE SET
ext::auth::SMTPConfig::sender := '[email protected]';

CONFIGURE CURRENT DATABASE SET
ext::auth::AuthConfig::allowed_redirect_urls := {
'https://example.com'
Expand Down
3 changes: 0 additions & 3 deletions tests/test_server_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -1645,9 +1645,6 @@ async def _test_server_ops_global_compile_cache(
insert ext::auth::EmailPasswordProviderConfig {{
require_verification := false,
}};
configure current database set
ext::auth::SMTPConfig::sender := '[email protected]';
''')
finally:
await conn.aclose()
Expand Down

0 comments on commit c1195be

Please sign in to comment.