Skip to content

Commit b9e3457

Browse files
committed
fix flake error
1 parent 1eb7a96 commit b9e3457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_project_analytics.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def parse_node_analytics_data(raw_data, request, **kwargs):
7171
return page_count
7272
elif page == 'osf':
7373
for page_data in popular_pages:
74-
if page_data['title'] == "OSF":
74+
if page_data['title'] == 'OSF':
7575
page_count += page_data['count']
7676
return page_count
7777
elif page == 'files':

0 commit comments

Comments
 (0)