fix linging errors
This commit is contained in:
@ -40,7 +40,7 @@ class FederationViews(TestCase):
|
||||
)
|
||||
|
||||
models.SiteSettings.objects.create()
|
||||
|
||||
|
||||
def test_federation_page(self):
|
||||
"""there are so many views, this just makes sure it LOADS"""
|
||||
view = views.Federation.as_view()
|
||||
@ -210,4 +210,5 @@ class FederationViews(TestCase):
|
||||
self.assertEqual(created.notes, "https://explanation.url")
|
||||
|
||||
# remove file.json after test
|
||||
os.remove("file.json")
|
||||
os.remove("file.json")
|
||||
|
Reference in New Issue
Block a user