Skip to content

Commit

Permalink
fix: missing docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
helen-m-lin committed Dec 12, 2024
1 parent 49d1c1d commit 1ffc865
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,7 @@ def test_get_job_status_list_get_all_jobs(
"""Tests get_job_status_list when get_all_jobs is True."""

def mock_airflow_dags(url, params):
"""Mocks the response from airflow."""
limit = int(params.get("limit"))
mock_dag_runs_response = Response()
mock_dag_runs_response.status_code = 200
Expand Down

0 comments on commit 1ffc865

Please sign in to comment.