Fix typo in environment name in mock reports

This commit is contained in:
Patrick Smith 2019-01-17 14:31:48 -05:00
parent dffb053574
commit 84bfdc819c

View File

@ -183,7 +183,7 @@ class MockReportingProvider(ReportingInterface):
"Beluga": {
"cumulative": CUMULATIVE_BUDGET_BELUGA,
"applications": [
MockApplication("NP02", ["Integ", "PreProd", "NP02_Prod"]),
MockApplication("NP02", ["Integ", "PreProd", "Prod"]),
MockApplication("FM", ["Integ", "Prod"]),
],
"budget": 70000,