Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 committed Sep 25, 2024
1 parent 5905de4 commit 2c2e48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/metrics/test_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def test_is_running_returns_true_when_server_thread_is_alive(self):


@mock.patch(
"logprep.metrics.exporter.PrometheusExporter._prepare_multiprocessing",
"logprep.metrics.exporter.PrometheusExporter.prepare_multiprocessing",
new=lambda *args, **kwargs: None,
)
class TestHealthEndpoint:
Expand Down

0 comments on commit 2c2e48f

Please sign in to comment.