added api tests for de

fixed getMeteoroids call in api
This commit is contained in:
Joel Klimont 2021-12-03 15:28:28 +01:00
parent 9e89123e92
commit 9b3c8e5b7f
2 changed files with 25 additions and 2 deletions

View file

@ -20,7 +20,7 @@ API_URL_GET_OP = API_URL + "getOp"
API_URL_GET_GOAL = API_URL + "getGoal"
API_URL_GET_ITEMS = API_URL + "getItems"
API_URL_GET_SCORES = API_URL + "getScores"
API_URL_GET_METEOROID = API_URL + "getMeteoroid"
API_URL_GET_METEOROID = API_URL + "getMeteoroids"
class Seeding: