mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Add port to test
This commit is contained in:
parent
1dc90379de
commit
82e0a34390
@ -8,7 +8,7 @@ from frigate.util import clean_camera_user_pass
|
||||
class TestUserPassCleanup(unittest.TestCase):
|
||||
def setUp(self) -> None:
|
||||
self.rtsp_with_pass = "rtsp://user:password@192.168.0.2:554/live"
|
||||
self.rtsp_no_pass = "rtsp://192.168.0.3/live"
|
||||
self.rtsp_no_pass = "rtsp://192.168.0.3:554/live"
|
||||
|
||||
def test_cleanup(self):
|
||||
"""Test that user / pass are cleaned up."""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user