Skip to content

Commit 0011121

Browse files
jason810496Copilot
andauthored
Fix copilot suggestion
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b82137f commit 0011121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airflow-e2e-tests/tests/airflow_e2e_tests/xcom_object_storage_tests/test_xcom_object_storage_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def test_dag_succeeds_and_xcom_values_stored_in_s3(self):
5959
try:
6060
print(f"\nLogs for task {task_id} (try {try_number}):")
6161
task_logs_resp = self.airflow_client.get_task_logs(
62-
dag_id=self.dag_id, task_id="bash_pull", run_id=dag_run_id, try_number=try_number
62+
dag_id=self.dag_id, task_id=task_id, run_id=dag_run_id, try_number=try_number
6363
)
6464
pprint(task_logs_resp)
6565
except Exception as e:

0 commit comments

Comments
 (0)