We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9526022 commit 9e62b6fCopy full SHA for 9e62b6f
1 file changed
tests/test_newsdataapi.py
@@ -5,8 +5,7 @@
5
class test_newsdataapi(unittest.TestCase):
6
def setUp(self):
7
# your private API key.
8
- #key = os.environ.get("PYTEST_TOKEN")
9
- key = "pub_1893fc8648dd1d490ec89f920eec2d573"
+ key = os.environ.get("PYTEST_TOKEN")
10
self.api = NewsDataApiClient(apikey=key)
11
12
def test_news_api(self):
0 commit comments