Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/tests/test_populate_new_and_noteworthy.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def setUp(self):
super().setUp()

self.new_and_noteworthy_links_node = ProjectFactory()
self.new_and_noteworthy_links_node._id = TEST_NEW_AND_NOTEWORTHY_GUID
self.new_and_noteworthy_links_node._id = NEW_AND_NOTEWORTHY_LINKS_NODE
self.new_and_noteworthy_links_node.save()

self.nn1 = ProjectFactory(is_public=True, title='Noteworthy Project Alpha')
Expand Down
1 change: 0 additions & 1 deletion website/profile/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
from framework.status import push_status_message
from framework.utils import throttle_period_expired

from osf import features
from osf.models import ApiOAuth2Application, ApiOAuth2PersonalToken, OSFUser, NotificationTypeEnum
from osf.exceptions import BlockedEmailError, OSFError
from osf.utils.requests import string_type_request_headers
Expand Down
Loading