Don't skip any AlphaVantage tests anymore. All pass.

This commit is contained in:
Chris Berkhout 2023-08-26 10:57:06 +02:00
parent 2b0f01110a
commit ffeebe5ffa

View file

@ -69,11 +69,7 @@ date,base,quote,amount,source,type
2021-01-07,TSLA,USD,816.0400,alphavantage,close 2021-01-07,TSLA,USD,816.0400,alphavantage,close
2021-01-08,TSLA,USD,880.0200,alphavantage,close 2021-01-08,TSLA,USD,880.0200,alphavantage,close
END END
if [[ "$(date --iso-8601)" < "2023-10-01" ]]; then run_test "$name" "$cmd" "$expected"
skip_test "$name" "$cmd" "$expected"
else
run_test "$name" "$cmd" "$expected"
fi
name="Alpha Vantage physical currency" name="Alpha Vantage physical currency"
cmd="pricehist fetch alphavantage AUD/EUR -s 2021-01-04 -e 2021-01-08" cmd="pricehist fetch alphavantage AUD/EUR -s 2021-01-04 -e 2021-01-08"