mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-03 01:22:17 +03:00
Fix mistake on test format
This commit is contained in:
@@ -83,7 +83,7 @@ class TestConfig(unittest.TestCase):
|
|||||||
def test_override_birdseye(self):
|
def test_override_birdseye(self):
|
||||||
config = {
|
config = {
|
||||||
"mqtt": {"host": "mqtt"},
|
"mqtt": {"host": "mqtt"},
|
||||||
"birdseye": { "enabled": True, "mode": "continuous" }
|
"birdseye": { "enabled": True, "mode": "continuous" },
|
||||||
"cameras": {
|
"cameras": {
|
||||||
"back": {
|
"back": {
|
||||||
"ffmpeg": {
|
"ffmpeg": {
|
||||||
@@ -99,7 +99,7 @@ class TestConfig(unittest.TestCase):
|
|||||||
"birdseye": {
|
"birdseye": {
|
||||||
"enabled": False,
|
"enabled": False,
|
||||||
"mode": "motion"
|
"mode": "motion"
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
@@ -113,7 +113,7 @@ class TestConfig(unittest.TestCase):
|
|||||||
def test_inherit_birdseye(self):
|
def test_inherit_birdseye(self):
|
||||||
config = {
|
config = {
|
||||||
"mqtt": {"host": "mqtt"},
|
"mqtt": {"host": "mqtt"},
|
||||||
"birdseye": { "enabled": True, "mode": "continuous" }
|
"birdseye": { "enabled": True, "mode": "continuous" },
|
||||||
"cameras": {
|
"cameras": {
|
||||||
"back": {
|
"back": {
|
||||||
"ffmpeg": {
|
"ffmpeg": {
|
||||||
|
|||||||
Reference in New Issue
Block a user