Skip to content

Commit 243f82a

Browse files
committed
Fix test error :D
1 parent fab58c9 commit 243f82a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/projects/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def run_build(self, docker=False, record=True):
264264
def get_project(project_pk):
265265
"""Get project from API"""
266266
project_data = api_v2.project(project_pk).get()
267-
# return APIProject(**project_data)
267+
return APIProject(**project_data)
268268

269269
@staticmethod
270270
def get_version(project, version_pk):

0 commit comments

Comments
 (0)