Skip to content

Commit 18b784e

Browse files
committed
Fix issue with Alpha Vantage test
1 parent 8f16710 commit 18b784e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_alpha_vantage/test_rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import os
1111

1212

13-
cli = REST(os.getenv("ALPHAVANTAGE_API_KEY"))
13+
cli = REST("ALPHAVANTAGE_API_KEY")
1414

1515

1616
# def endpoint(params=''):

0 commit comments

Comments
 (0)