Removes references to local field in connector tests
This commit is contained in:
parent
beb482f1db
commit
4cdf895d77
7 changed files with 2 additions and 8 deletions
|
@ -30,7 +30,7 @@ class GetStartedViews(TestCase):
|
|||
remote_id="https://example.com/book/1",
|
||||
)
|
||||
models.Connector.objects.create(
|
||||
identifier="self", connector_file="self_connector", local=True
|
||||
identifier="self", connector_file="self_connector"
|
||||
)
|
||||
models.SiteSettings.objects.create()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue