Skip to content

Commit 0b239d4

Browse files
author
Herfort
committed
#57 add work around for firebase url encoding issue
1 parent 2130ef3 commit 0b239d4

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

tests/test_mock_results.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,4 @@ def simulate_user_contributions(
149149

150150
# Generate mock results for first two of the imported projects
151151
for import_key, project_id, project_type in imported_projects:
152-
simulate_user_contributions(project_id, project_type, modus)
153-
154-
'''
155-
project_id = imported_projects[0][1]
156-
project_type = imported_projects[0][2]
157-
158-
159-
project_id = imported_projects[1][1]
160-
project_type = imported_projects[1][2]
161-
simulate_user_contributions(project_id, project_type, modus)
162-
'''
152+
simulate_user_contributions(project_id, project_type, modus)

0 commit comments

Comments
 (0)