Update the test configuration to allow run server during tests.
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ config :decentralised_book_index, DecentralisedBookIndex.Repo,
|
||||
config :decentralised_book_index, DecentralisedBookIndexWeb.Endpoint,
|
||||
http: [ip: {127, 0, 0, 1}, port: 4002],
|
||||
secret_key_base: "6NMai4xOf+JhqltU9Ecf+U+DcyMSKs7SYtUc1Kf06H8UrG+MmJu3nXHS4CosOOdN",
|
||||
server: false
|
||||
server: true
|
||||
|
||||
# In test we don't send emails
|
||||
config :decentralised_book_index, DecentralisedBookIndex.Mailer, adapter: Swoosh.Adapters.Test
|
||||
|
||||
Reference in New Issue
Block a user