Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Sep 11, 2023
1 parent a53dbac commit 70deae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/integration_tests/tests_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@ def test_get_200(self):
self.assertEqual(response.data['active_concepts'], 2)
self.assertEqual(response.data['active_mappings'], 1)

def test_get_200_verbose(self):
def test_get_200_verbose(self): # pylint: disable=too-many-statements
self.source.active_concepts = 2
self.source.active_mappings = 1
self.source.save()
Expand Down

0 comments on commit 70deae7

Please sign in to comment.