buildfix for VerifyCardDataTest. mtgjson file was moved, added a few fields, and requires adding a User-Agent to the request.

This commit is contained in:
John Hitchings 2018-12-20 17:02:48 -08:00
parent ad7ca19b56
commit 3d15325448
3 changed files with 8 additions and 1 deletions

View file

@ -47,4 +47,7 @@ class JsonCard {
public List<String> variations;
public String watermark;
public String tcgplayerProductId;
public String scryfallId;
public boolean isAlternative;
public String frameEffect;
}