Skip to content

Commit

Permalink
https://github.com/bonfire-networks/bonfire-app/issues/852
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Aug 19, 2024
1 parent da926f3 commit 47fb1d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flavours/classic/config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ config :bonfire,
pagination_hard_max_limit: 2,
skip_all_boundary_checks: false

config :bonfire, Bonfire.Mailer, adapter: Bamboo.TestAdapter
config :bonfire_mailer, Bonfire.Mailer, adapter: Bamboo.TestAdapter

config :bonfire_common, Bonfire.Common.AntiSpam, service: Bonfire.Common.AntiSpam.Mock

config :bonfire_search,
modularity: :disabled
Expand Down
1 change: 1 addition & 0 deletions mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
"ex_unit_summary": {:hex, :ex_unit_summary, "0.1.0", "7b0352afc5e6a933c805df0a539b66b392ac12ba74d8b208db7d83f77cb57049", [:mix], [], "hexpm", "8c87d0deade3657102902251d2ec60b5b94560004ce0e2c2fa5b466232716bd6"},
"excellent_migrations": {:hex, :excellent_migrations, "0.1.8", "2cffa1c795f7501559fffb6bf090f4205dee02f129ba4535a0465c2db7dc310b", [:mix], [{:credo, "~> 1.5", [hex: :credo, repo: "hexpm", optional: true]}], "hexpm", "9b61cf287a8e50c5f4a7950bc684c4a2af05d40a14ffe46bd8ac522d084e5840"},
"exdiff": {:hex, :exdiff, "0.1.5", "3e55bd840214508fd478d91fb07f1671d90d2f0d6f5266296e3b596e07d92305", [:mix], [], "hexpm", "b1ccef642edc28ed3acf1b08c8dbc6e42852d18dfe51b453529588e53c733eba"},
"exkismet": {:git, "https://github.com/tcitworld/exkismet", "68830454608d315f69d5fe1061ac1bf31c1a856e", [branch: "update-project"]},
"exonerate": {:hex, :exonerate, "1.1.3", "96c3249f0358567151d595a49d612849a7a57930575a1eb781c178f2e84b1559", [:mix], [{:finch, "~> 0.15", [hex: :finch, repo: "hexpm", optional: true]}, {:idna, "~> 6.1.1", [hex: :idna, repo: "hexpm", optional: true]}, {:jason, "~> 1.4.0", [hex: :jason, repo: "hexpm", optional: false]}, {:json_ptr, "~> 1.0", [hex: :json_ptr, repo: "hexpm", optional: false]}, {:match_spec, "~> 0.3.1", [hex: :match_spec, repo: "hexpm", optional: false]}, {:pegasus, "~> 0.2.2", [hex: :pegasus, repo: "hexpm", optional: true]}, {:req, "~> 0.3", [hex: :req, repo: "hexpm", optional: true]}, {:yaml_elixir, "~> 2.7", [hex: :yaml_elixir, repo: "hexpm", optional: true]}], "hexpm", "cb750e303ae79987153eecb474ccd011f45e3dea7c4f988d8286facdf56db1d2"},
"expo": {:hex, :expo, "1.0.0", "647639267e088717232f4d4451526e7a9de31a3402af7fcbda09b27e9a10395a", [:mix], [], "hexpm", "18d2093d344d97678e8a331ca0391e85d29816f9664a25653fd7e6166827827c"},
"exto": {:git, "https://github.com/bonfire-networks/exto", "58e6b1ee9aed11388cca6f108c6dca1938c9d4c9", []},
Expand Down

0 comments on commit 47fb1d2

Please sign in to comment.