astarte-platform / astarte_vmq_plugin

Astarte VerneMQ plugin publishes incoming messages on an AMQP exchange with some additional metadata, so they can be processed by other components.
http://astarte-platform.org/
Apache License 2.0
16 stars 10 forks source link

Remove `max_message_rate` from `auth_on_register` return tuple #53

Closed Annopaolo closed 3 years ago

Annopaolo commented 3 years ago

Do not override the max_message_rate value from VMQ config in the return tuple of auth_on_register.

codecov[bot] commented 3 years ago

Codecov Report

Merging #53 (3b01a9a) into release-1.0 (9e25aa8) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 3b01a9a differs from pull request most recent head c3c6560. Consider uploading reports for the commit c3c6560 to get more accurate results Impacted file tree graph

@@             Coverage Diff              @@
##           release-1.0      #53   +/-   ##
============================================
  Coverage        73.18%   73.18%           
============================================
  Files                9        9           
  Lines              179      179           
============================================
  Hits               131      131           
  Misses              48       48           
Impacted Files Coverage Δ
lib/astarte_vmq_plugin.ex 92.98% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9e25aa8...c3c6560. Read the comment docs.