fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Style fix
[wolnelektury.git]
/
src
/
club
/
payu
/
tests
/
integration.py
diff --git
a/src/club/payu/tests/integration.py
b/src/club/payu/tests/integration.py
index
3619b90
..
64f2fe7
100644
(file)
--- 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
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):
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)
from time import sleep
sleep(10)