Skip to content

Commit

Permalink
[Fixes #12124] Fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiagiupponi committed Apr 30, 2024
1 parent 7737447 commit 47c6c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/base/api/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -2309,7 +2309,7 @@ def test_resource_service_copy_with_perms_dataset(self):
@patch("importer.celery_tasks.connections")
def test_resource_service_copy_with_perms_dataset_set_default_perms(self, conn):
with self.settings(ASYNC_SIGNALS=False):
conn = MagicMock()
_ = MagicMock()
files_as_dict, resource = self._import_dataset()

_, _ = create_asset_and_link(
Expand Down

0 comments on commit 47c6c13

Please sign in to comment.