diff options
author | emkael <emkael@tlen.pl> | 2019-01-20 14:09:56 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-01-20 14:09:56 +0100 |
commit | 1dff796708c17d7483d85cc14c1f6b101710f369 (patch) | |
tree | 336978c70936c17ed4c429e4d7a23b9b65c71d64 /test/apitest | |
parent | f8665168836a360949d5ec34563ab597628f572b (diff) |
Fixing minimum WK bug in old calculator
Diffstat (limited to 'test/apitest')
-rw-r--r-- | test/apitest/pzbs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/apitest/pzbs.py b/test/apitest/pzbs.py index 18274ff..5038ef3 100644 --- a/test/apitest/pzbs.py +++ b/test/apitest/pzbs.py @@ -16,7 +16,7 @@ class PzbsCalculator(ApiTest): 'k': 8 } def get_url(self): - return 'http://pzbs.pl/sedziowie/pkl/pkle2018.php' + return 'http://pzbs.pl/sedziowie/pkl/pkle2018-fixed.php' def get_method(self): return 'post' def get_request(self, |