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