Skip to content

Commit

Permalink
Update test_dag_a.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainOfHacks committed Sep 18, 2023
1 parent aaec47c commit 78f82f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dags/test_dag_a.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
tags=['test', 'new-ui'],
params={
FORM_NUMBER_DAG_PARAM: Param(
default="",
default=None,
type=["null", "string"],
title="Form number",
description="""Form number of the notice"""),
START_DATE_DAG_PARAM: Param(
default=f"{datetime.date.today()}",
default=None,
type=["null", "string"],
format="date",
title="Date Picker",
Expand Down

0 comments on commit 78f82f0

Please sign in to comment.