Fix journal client's statsd probing
Compare changes
Files
2+ 75
− 0
@@ -10,6 +10,7 @@ from unittest.mock import MagicMock
@@ -82,6 +83,80 @@ def test_client(
recent change broke the statsd reporting at swh.journal.client level by missing the namespace argname while instanciating the Statsd class, thus making "swh_journal_client" the host os the Statsd instance.
Add a test for the usage of statsd in the journal client.