Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
Signed-off-by: stonezdj <[email protected]>
  • Loading branch information
stonezdj committed Jan 23, 2025
1 parent 644e033 commit 9c3c3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/apitests/python/library/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def delete_project(self, project_id, expect_status_code = 200, **kwargs):
base._assert_status_code(expect_status_code, status_code)

def get_project_log(self, project_name, expect_status_code = 200, **kwargs):
body, status_code, _ = self._get_client(**kwargs).get_logs_with_http_info(project_name)
body, status_code, _ = self._get_client(**kwargs).get_log_exts_with_http_info(project_name)
base._assert_status_code(expect_status_code, status_code)
return body

Expand Down

0 comments on commit 9c3c3fd

Please sign in to comment.