Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed May 11, 2022
1 parent ad19461 commit 4d93663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/integration_tests/tests_collections.py
Original file line number Diff line number Diff line change
Expand Up @@ -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])),
Expand Down

0 comments on commit 4d93663

Please sign in to comment.