Updates tests that reference self_connector
This commit is contained in:
@ -29,9 +29,6 @@ class GetStartedViews(TestCase):
|
||||
title="Example Edition",
|
||||
remote_id="https://example.com/book/1",
|
||||
)
|
||||
models.Connector.objects.create(
|
||||
identifier="self", connector_file="self_connector"
|
||||
)
|
||||
models.SiteSettings.objects.create()
|
||||
|
||||
def test_profile_view(self, *_):
|
||||
|
Reference in New Issue
Block a user