missing comma
This commit is contained in:
parent
ce8a0d6f5b
commit
48be164b05
|
|
@ -862,7 +862,7 @@ class EndToEndTestCase(unittest.TestCase):
|
||||||
"annotations": {
|
"annotations": {
|
||||||
"deployment-time": "2020-04-30 12:00:00",
|
"deployment-time": "2020-04-30 12:00:00",
|
||||||
"downscaler/downtime_replicas": "0",
|
"downscaler/downtime_replicas": "0",
|
||||||
"owned-by": "acid"
|
"owned-by": "acid",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue