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,