Skip to content

Commit 2776706

Browse files
authored
Update currency_converter.py
1 parent ea45c82 commit 2776706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_programming/currency_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
URL_BASE = "https://www.amdoren.com/api/currency.php"
11-
TESTING = os.getenv("CONTINUOUS_INTEGRATION", False)
11+
TESTING = os.getenv("CI", False)
1212
API_KEY = os.getenv("AMDOREN_API_KEY")
1313
if not API_KEY and not TESTING:
1414
raise KeyError("Please put your API key in an environment variable.")

0 commit comments

Comments
 (0)