diff options
author | emkael <emkael@tlen.pl> | 2019-08-21 12:00:30 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-08-21 12:02:13 +0200 |
commit | 3602738bca4b41c292e08f3ca9268dc616bc25b0 (patch) | |
tree | b105ce501ebcc5792320c0169d5853a9d023c15f /test/apitest | |
parent | 76b67f0ca39caf71c5bd6e2df3cbb9f78d6fdd81 (diff) |
Renaming non-API version of web-form
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..9f5cfa5 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-old.php' def get_method(self): return 'post' def get_request(self, |