Skip to content

Commit

Permalink
missed an f-string :(
Browse files Browse the repository at this point in the history
  • Loading branch information
RNHTTR committed Nov 9, 2023
1 parent 01d060f commit fa2be24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api_connexion/endpoints/test_dag_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def _create_dag_models(self, count, dag_id_prefix="TEST_DAG", is_paused=False, s
def _create_dag_model_for_details_endpoint(self, dag_id, session=None):
dag_model = DagModel(
dag_id=dag_id,
fileloc=f"/tmp/dag_1.py",
fileloc="/tmp/dag_1.py",
schedule_interval="2 2 * * *",
is_active=True,
is_paused=False,
Expand Down

0 comments on commit fa2be24

Please # to comment.