X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ca336bd1f9658cf713681d1412d4153e5c4d9c93..9de6e613d243cf8a8b0a7ba5730f7731b3e3add0:/src/club/payu/tests/integration.py?ds=inline

diff --git a/src/club/payu/tests/integration.py b/src/club/payu/tests/integration.py
index 3619b9083..64f2fe7d5 100644
--- a/src/club/payu/tests/integration.py
+++ b/src/club/payu/tests/integration.py
@@ -1,3 +1,6 @@
+# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+#
 from django.contrib.staticfiles.testing import StaticLiveServerTestCase
 from selenium.webdriver.firefox.webdriver import WebDriver
 
@@ -15,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)