Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreben committed May 16, 2024
1 parent 9f39576 commit ac96a5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/data_exports/test_transmission_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ def test_transmit_data_ftp_task(
)

with mock.patch.dict("os.environ", AIRFLOW_VAR_OKAPI_URL="http://okapi-prod"):
transmit_data = transmit_data_ftp_task.function("ftp-example.com", mock_marc_files)
transmit_data = transmit_data_ftp_task.function(
"ftp-example.com", mock_marc_files
)
assert len(transmit_data["success"]) == 3
assert "Start transmission of file" in caplog.text
assert ftp_hook.store_file.called_with(
Expand Down

0 comments on commit ac96a5b

Please sign in to comment.