diff options
author | emkael <emkael@tlen.pl> | 2020-01-13 23:32:22 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2020-01-13 23:32:22 +0100 |
commit | b70009db358e73b374b48a9bad3d981da37040ef (patch) | |
tree | e0c347b2332c438c374e8a345f4c6b0f7b14242f /test | |
parent | 2a46a6c6f32f455b5b68aaf8508e6b8e41e8c76e (diff) | |
parent | 28da3627c730fdf394da4db9282b5608fec777d4 (diff) |
Merge branch 'master' of github.com:PZBS/kalkulator-pkl
Diffstat (limited to 'test')
-rw-r--r-- | test/apitest/api.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/apitest/api.py b/test/apitest/api.py index fe7f010..5fa2e4b 100644 --- a/test/apitest/api.py +++ b/test/apitest/api.py @@ -23,6 +23,7 @@ class ApiCalculator(ApiTest): cont_count, cont_rank, override=None): params = {} + params['version'] = '1' params['type'] = self.tourtypes[tour_type] params['over39_boards'] = tour_boards params['tournament_rank'] = self.ranks[tour_rank] |