We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250b9cd commit d28e8c9Copy full SHA for d28e8c9
conftest.py
@@ -361,5 +361,5 @@ def helpful_thing(self):
361
@pytest.fixture(autouse=True)
362
def mock_get_verified_links():
363
with mock.patch('osf.models.node.AbstractNode.get_verified_links') as get_links_mock:
364
- get_links_mock.return_value = [{'target_url': '', 'resource_type': 'Book'}]
+ get_links_mock.return_value = []
365
yield get_links_mock
0 commit comments