Skip to content

Commit

Permalink
chore: only use Tesla.Mock for certain tesla clients
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc committed May 20, 2024
1 parent 39f39a8 commit 3e29fe8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ config :logflare, Logflare.Repo,

config :logflare, :postgres_backend_adapter, pool_size: 1
config :grpc, start_server: false
config :tesla, adapter: Tesla.Mock

defmodule LogflareTest.LogFilters do
def ignore_finch_disconnections(%{meta: %{mfa: {Finch.HTTP2.Pool, :disconnected, _}}}, _opts) do
Expand Down

0 comments on commit 3e29fe8

Please sign in to comment.