X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6d42bc478e3d1bd90eb294464748c21e4de0fc63..811c2c30277f11cc7a35a347a74e4112f97569ac:/src/club/payu/tests/integration.py diff --git a/src/club/payu/tests/integration.py b/src/club/payu/tests/integration.py index 3cef8ae41..64f2fe7d5 100644 --- a/src/club/payu/tests/integration.py +++ b/src/club/payu/tests/integration.py @@ -18,6 +18,6 @@ class SandboxTestCase(StaticLiveServerTestCase): super().tearDownClass() def test_payment(self): - self.selenium.get('%s%s' % (self.live_server_url, '/towarzystwo/')) + self.selenium.get('%s%s' % (self.live_server_url, '/pomagam/')) from time import sleep sleep(10)