mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 02:46:28 +00:00
fix tests
This commit is contained in:
parent
71bda8b8c0
commit
88054a09bb
@ -10,10 +10,10 @@ class FrontendFetchTest(TestCase):
|
||||
path = reverse("basic")
|
||||
response = self.client.get(path)
|
||||
self.assertContains(response, "<html>")
|
||||
self.assertContains(response, "main.js")
|
||||
self.assertContains(response, "-basic")
|
||||
|
||||
def test_pro_frontend_url_content(self):
|
||||
path = reverse("pro")
|
||||
response = self.client.get(path)
|
||||
self.assertContains(response, "<html>")
|
||||
self.assertContains(response, "pro.js")
|
||||
self.assertContains(response, "-pro")
|
||||
|
Loading…
Reference in New Issue
Block a user