Fundraising in PDF.
[wolnelektury.git] / src / club / payu / tests / integration.py
index 3cef8ae..1580861 100644 (file)
@@ -1,5 +1,5 @@
-# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
-# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
 #
 from django.contrib.staticfiles.testing import StaticLiveServerTestCase
 from selenium.webdriver.firefox.webdriver import WebDriver
@@ -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)