We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4b5e6 commit 8840ed0Copy full SHA for 8840ed0
tests.py
@@ -9,10 +9,7 @@
9
10
MAXIPAGO_ID = os.getenv('MAXIPAGO_ID')
11
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.")
+
16
17
class MaxipagoTestCase(unittest.TestCase):
18
0 commit comments