mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-22 02:03:01 +02:00
Add mTLS support for Loki monitoring hook
This commit is contained in:
@@ -90,7 +90,7 @@ def test_ping_monitor_sends_log_message():
|
||||
config_filename = 'test.yaml'
|
||||
post_called = False
|
||||
|
||||
def post(url, data, timeout, headers):
|
||||
def post(url, data, timeout, headers, **kwargs):
|
||||
nonlocal post_called
|
||||
post_called = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user