We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2314099 commit b499481Copy full SHA for b499481
airflow-ctl-tests/tests/airflowctl_tests/conftest.py
@@ -235,7 +235,7 @@ def test_commands(login_command, date_param):
235
# Define test commands to run with actual running API server
236
return [
237
login_command,
238
- "backfills list",
+ "backfill list",
239
"config get --section core --option executor",
240
"connections create --connection-id=test_con --conn-type=mysql --password=TEST_PASS -o json",
241
"connections list",
0 commit comments