Add port to test

This commit is contained in:
Nick Mowen 2022-10-09 12:28:59 -06:00
parent 1dc90379de
commit 82e0a34390

View File

@ -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."""