Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1819 | removed print | pylint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Mar 27, 2024
1 parent 9d951f1 commit 0cc74d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/integration_tests/tests_sources.py
Expand Up @@ -360,8 +360,6 @@ def test_delete_204(self, delete_s3_objects_mock): # sync delete
HTTP_AUTHORIZATION='Token ' + self.token,
format='json'
)

print("****", response.data)

self.assertEqual(response.status_code, 204)
self.assertFalse(Source.objects.filter(id=source.id).exists())
Expand Down

0 comments on commit 0cc74d4

Please sign in to comment.