Fix typo in environment name in mock reports
This commit is contained in:
parent
dffb053574
commit
84bfdc819c
@ -183,7 +183,7 @@ class MockReportingProvider(ReportingInterface):
|
|||||||
"Beluga": {
|
"Beluga": {
|
||||||
"cumulative": CUMULATIVE_BUDGET_BELUGA,
|
"cumulative": CUMULATIVE_BUDGET_BELUGA,
|
||||||
"applications": [
|
"applications": [
|
||||||
MockApplication("NP02", ["Integ", "PreProd", "NP02_Prod"]),
|
MockApplication("NP02", ["Integ", "PreProd", "Prod"]),
|
||||||
MockApplication("FM", ["Integ", "Prod"]),
|
MockApplication("FM", ["Integ", "Prod"]),
|
||||||
],
|
],
|
||||||
"budget": 70000,
|
"budget": 70000,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user