Removes references to local field in connector tests

This commit is contained in:
Mouse Reeve
2021-09-16 12:29:02 -07:00
parent beb482f1db
commit 4cdf895d77
7 changed files with 2 additions and 8 deletions

View File

@ -25,7 +25,6 @@ class ConnectorManager(TestCase):
self.connector = models.Connector.objects.create(
identifier="test_connector",
priority=1,
local=True,
connector_file="self_connector",
base_url="http://test.com/",
books_url="http://test.com/",
@ -36,7 +35,6 @@ class ConnectorManager(TestCase):
self.remote_connector = models.Connector.objects.create(
identifier="test_connector_remote",
priority=1,
local=False,
connector_file="bookwyrm_connector",
base_url="http://fake.ciom/",
books_url="http://fake.ciom/",