From 84bfdc819c4a7e16ea25b7acb95bcbc1c49dd083 Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Thu, 17 Jan 2019 14:31:48 -0500 Subject: [PATCH] Fix typo in environment name in mock reports --- atst/domain/csp/reports.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atst/domain/csp/reports.py b/atst/domain/csp/reports.py index cd87d46c..a16fbdcc 100644 --- a/atst/domain/csp/reports.py +++ b/atst/domain/csp/reports.py @@ -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,