Skip to content

Commit b499481

Browse files
authored
Use the correct backfill command in airflowctl tests (#57071)
1 parent 2314099 commit b499481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airflow-ctl-tests/tests/airflowctl_tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def test_commands(login_command, date_param):
235235
# Define test commands to run with actual running API server
236236
return [
237237
login_command,
238-
"backfills list",
238+
"backfill list",
239239
"config get --section core --option executor",
240240
"connections create --connection-id=test_con --conn-type=mysql --password=TEST_PASS -o json",
241241
"connections list",

0 commit comments

Comments
 (0)