Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
tirkarthi committed May 4, 2022
1 parent d176a30 commit eab82a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/www/views/test_views_rendered.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def test_rendered_template_secret(admin_client, create_dag_run, task_secret):
ti.refresh_from_task(task_secret)
assert ti.state == TaskInstanceState.QUEUED

date = {quote_plus(str(DEFAULT_DATE))}
date = quote_plus(str(DEFAULT_DATE))
url = f'rendered-templates?task_id=task_secret&dag_id=testdag&execution_date={date}'

resp = admin_client.get(url, follow_redirects=True)
Expand Down

0 comments on commit eab82a8

Please sign in to comment.