-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove auth SMTP config from other tests
- Loading branch information
1 parent
07efad4
commit c1195be
Showing
2 changed files
with
0 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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() | ||
|