From 384b3e22c8aaa3b10d32c000f87a46209bc02248 Mon Sep 17 00:00:00 2001 From: Jake Morrison Date: Mon, 22 Jul 2024 16:33:32 -0500 Subject: [PATCH] Fix merge --- lib/confluent_schema_registry.ex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/confluent_schema_registry.ex b/lib/confluent_schema_registry.ex index 3634ff8..3e650cd 100644 --- a/lib/confluent_schema_registry.ex +++ b/lib/confluent_schema_registry.ex @@ -61,6 +61,8 @@ defmodule ConfluentSchemaRegistry do "application/vnd.schemaregistry+json" ]} ] ++ basic_auth(opts) + + Tesla.client(middleware, adapter) end # Configure Tesla.Middleware.BasicAuth