From bd375f26acae7525ac952228d07be14cabd5a5b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 12 Jun 2020 13:56:17 +0200 Subject: [PATCH] tests: adapt to v2 (removal of table_name) --- tests/test_connector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_connector.py b/tests/test_connector.py index 36bd9ff..c09a209 100644 --- a/tests/test_connector.py +++ b/tests/test_connector.py @@ -55,7 +55,7 @@ def app(request): @pytest.fixture def connector(db): connector = UnicityReunionConnector.objects.create( - slug='test', db_name=DB_NAME, table_name=TABLE_NAME) + slug='test', db_name=DB_NAME) api = ApiUser.objects.create(username='all', keytype='', key='') obj_type = ContentType.objects.get_for_model(connector) AccessRight.objects.create(