Fix postgres errors when running tests
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
aaea6a01e2
commit
dfff2486b5
7 changed files with 242 additions and 242 deletions
|
|
@ -45,3 +45,6 @@ config :mv, :token_signing_secret, "test_secret_key_for_ash_authentication_token
|
|||
config :mv, :session_identifier, :unsafe
|
||||
|
||||
config :mv, :require_token_presence_for_authentication, false
|
||||
|
||||
# Enable SQL Sandbox for async LiveView tests
|
||||
config :mv, :sql_sandbox, true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue