From b2984bc86bdb87aba238d6ea44d39a0338615416 Mon Sep 17 00:00:00 2001 From: dandds Date: Thu, 20 Sep 2018 10:11:56 -0400 Subject: [PATCH] changes sample workspace name case --- atst/domain/reports.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atst/domain/reports.py b/atst/domain/reports.py index 951027c3..22d4f753 100644 --- a/atst/domain/reports.py +++ b/atst/domain/reports.py @@ -142,12 +142,12 @@ CUMULATIVE_BUDGET_BELUGA = { } REPORT_FIXTURE_MAP = { - "aardvark": { + "Aardvark": { "cumulative": CUMULATIVE_BUDGET_AARDVARK, "monthly": MONTHLY_SPEND_AARDVARK, "budget": 500_000, }, - "beluga": { + "Beluga": { "cumulative": CUMULATIVE_BUDGET_BELUGA, "monthly": MONTHLY_SPEND_BELUGA, "budget": 70_000,