diff --git a/core/integration_tests/tests_collections.py b/core/integration_tests/tests_collections.py index 53b2ccf33..4bef1c71a 100644 --- a/core/integration_tests/tests_collections.py +++ b/core/integration_tests/tests_collections.py @@ -546,7 +546,7 @@ def test_put_202_all(self, add_references_mock): self.assertEqual(response.data, []) add_references_mock.delay.assert_called_once_with(self.user.id, dict(concepts='*'), self.collection.id, '', '') - def test_put_200_specific_expression(self): + def test_put_200_specific_expression(self): # pylint: disable=too-many-statements response = self.client.put( self.collection.uri + 'references/', dict(data=dict(concepts=[self.concept.uri])),