Strech / avrora

A convenient Elixir library to work with Avro messages, schemas and Confluent® Schema Registry
https://hexdocs.pm/avrora
MIT License
97 stars 33 forks source link

Fix registry_auth to return the proper variable #87

Closed raphaklaus closed 3 years ago

raphaklaus commented 3 years ago

You accidentally put registry_url as the return variable of the registry_auth/0 function in this PR: https://github.com/Strech/avrora/pull/83/files#diff-d3c854ddf22006a09e725337d6c026d9cbe41454684022231fb56238a665047bR103

This is causing the error ** (CaseClauseError) no case clause matching:

Strech commented 3 years ago

Hola @raphaklaus thanks for the finding! I will release it ASAP

Strech commented 3 years ago

I appreciate your help @raphaklaus you can find your fix in v0.21.1 release 🎉