Skip to content

Commit

Permalink
fix: wkhtmltopdf binary not being found in test mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ruilopesm committed Aug 5, 2024
1 parent 4419165 commit 0181a44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ config :logger, level: :warn

# Initialize plugs at runtime for faster test compilation
config :phoenix, :plug_init_mode, :runtime

# Other configurations for the app
config :pdf_generator, raise_on_missing_wkhtmltopdf_binary: false

0 comments on commit 0181a44

Please sign in to comment.