mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Replace redacted stream recorder credentials with '****' (#48832)
This commit is contained in:
@@ -588,4 +588,4 @@ async def test_worker_log(hass, caplog):
|
||||
)
|
||||
await hass.async_block_till_done()
|
||||
assert "https://abcd:efgh@foo.bar" not in caplog.text
|
||||
assert "https://foo.bar" in caplog.text
|
||||
assert "https://****:****@foo.bar" in caplog.text
|
||||
|
||||
Reference in New Issue
Block a user