From 06f975ea1d470ca32b80317734329dacf918ff04 Mon Sep 17 00:00:00 2001 From: ajay-plivo Date: Mon, 28 Mar 2022 10:55:58 +0530 Subject: [PATCH] unitTest --- tests/resources/test_campaign.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/resources/test_campaign.py b/tests/resources/test_campaign.py index a0d96f2a..55a05995 100644 --- a/tests/resources/test_campaign.py +++ b/tests/resources/test_campaign.py @@ -2,6 +2,7 @@ from tests.base import PlivoResourceTestCase from tests.decorators import with_response + class CampaignTest(PlivoResourceTestCase): @with_response(200) def test_create(self):