Skip to content

Commit 8840ed0

Browse files
author
Arthur Debert
committed
Do not bundle env check on same issue, reverting
1 parent 5b4b5e6 commit 8840ed0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@
99

1010
MAXIPAGO_ID = os.getenv('MAXIPAGO_ID')
1111
MAXIPAGO_API_KEY = os.getenv('MAXIPAGO_API_KEY')
12-
if not MAXIPAGO_ID:
13-
raise ValueError("You must setup the maxipago id env variable.")
14-
if not MAXIPAGO_API_KEY:
15-
raise ValueError("You must setup the maxipago api key env variable.")
12+
1613

1714
class MaxipagoTestCase(unittest.TestCase):
1815

0 commit comments

Comments
 (0)