From 0d7b813c6cb939558f28ae2c9081344f86c7e3a1 Mon Sep 17 00:00:00 2001 From: Chris Berkhout Date: Mon, 27 Dec 2021 11:26:37 +1100 Subject: [PATCH] Remove old note. --- tests/pricehist/sources/test_alphavantage.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/pricehist/sources/test_alphavantage.py b/tests/pricehist/sources/test_alphavantage.py index 615f4fb..8ff70cc 100644 --- a/tests/pricehist/sources/test_alphavantage.py +++ b/tests/pricehist/sources/test_alphavantage.py @@ -426,7 +426,6 @@ def test_fetch_stock_rate_limit(src, type, search_ok, requests_mock): assert "rate limit" in str(e.value) -# TODO def test_fetch_stock_premium(src, search_ok, requests_mock): requests_mock.add(responses.GET, adj_stock_url, body=premium_json) with pytest.raises(exceptions.CredentialsError) as e: