From f48eda5ac3083604cca44e0e34d6fc5d1bfb9d96 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Sat, 15 Feb 2020 17:40:17 -0500 Subject: [PATCH] fix manifest for test --- .../test/promo/FirstMonthAndReferralMonthPromotionTest.java | 2 +- .../promo/1mo_and_referral/manifest_1mo_and_referral.json | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/bubble-server/src/test/java/bubble/test/promo/FirstMonthAndReferralMonthPromotionTest.java b/bubble-server/src/test/java/bubble/test/promo/FirstMonthAndReferralMonthPromotionTest.java index 2079155f..d0245b90 100644 --- a/bubble-server/src/test/java/bubble/test/promo/FirstMonthAndReferralMonthPromotionTest.java +++ b/bubble-server/src/test/java/bubble/test/promo/FirstMonthAndReferralMonthPromotionTest.java @@ -7,7 +7,7 @@ import org.junit.Test; @Slf4j public class FirstMonthAndReferralMonthPromotionTest extends PaymentTestBase { - @Override protected String getManifest() { return "promo/1mo_and_referral/manifest_1m_and_referral"; } + @Override protected String getManifest() { return "promo/1mo_and_referral/manifest_1mo_and_referral"; } @Test public void testFirstMonthAndMultipleReferralMonthsFree () throws Exception { modelTest("promo/first_month_and_multiple_referral_months_free"); diff --git a/bubble-server/src/test/resources/models/promo/1mo_and_referral/manifest_1mo_and_referral.json b/bubble-server/src/test/resources/models/promo/1mo_and_referral/manifest_1mo_and_referral.json index 95666009..bccf3d5c 100644 --- a/bubble-server/src/test/resources/models/promo/1mo_and_referral/manifest_1mo_and_referral.json +++ b/bubble-server/src/test/resources/models/promo/1mo_and_referral/manifest_1mo_and_referral.json @@ -1,7 +1,5 @@ [ "manifest-test", - "promo/1mo/cloudService_1mo", - "promo/1mo/promotion_1mo", - "promo/referral/cloudService_referral", - "promo/referral/promotion_referral" + "promo/1mo/manifest_1mo", + "promo/referral/manifest_referral" ] \ No newline at end of file