diff options
author | emkael <emkael@tlen.pl> | 2019-02-14 12:24:24 +0300 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-02-14 12:24:24 +0300 |
commit | ef4974082b40d59e631174ca694dc3fbd50f8fae (patch) | |
tree | af0d4d3328892f782984848b19ba8b0a9c9334a8 /test | |
parent | ee3d50e38cee04496271df2293efe0cad8899444 (diff) |
Pointing test suite to the fixed and published non-API calculator
Diffstat (limited to 'test')
-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 5038ef3..18274ff 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-fixed.php' + return 'http://pzbs.pl/sedziowie/pkl/pkle2018.php' def get_method(self): return 'post' def get_request(self, |