mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-20 21:21:36 +00:00
fix tests
This commit is contained in:
parent
7fd003d337
commit
7804009d2d
@ -10,10 +10,10 @@ class FrontendFetchTest(TestCase):
|
|||||||
path = reverse("basic")
|
path = reverse("basic")
|
||||||
response = self.client.get(path)
|
response = self.client.get(path)
|
||||||
self.assertContains(response, "<html>")
|
self.assertContains(response, "<html>")
|
||||||
self.assertContains(response, "-basic")
|
self.assertContains(response, "RoboSats -")
|
||||||
|
|
||||||
def test_pro_frontend_url_content(self):
|
def test_pro_frontend_url_content(self):
|
||||||
path = reverse("pro")
|
path = reverse("pro")
|
||||||
response = self.client.get(path)
|
response = self.client.get(path)
|
||||||
self.assertContains(response, "<html>")
|
self.assertContains(response, "<html>")
|
||||||
self.assertContains(response, "-pro")
|
self.assertContains(response, "RoboSats PRO -")
|
||||||
|
Loading…
Reference in New Issue
Block a user