Skip to content

Commit

Permalink
Remove non-applicable comment from test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreben committed May 20, 2024
1 parent 617fd92 commit a408bbf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/apps/data_exports/test_download_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

@pytest.fixture
def test_airflow_client():
"""
A test fixture to start up the Airflow test app with the Vendor Management plugin, and return
a client for it for interacting with the application at the HTTP level.
"""
templates_folder = f"{root_directory}/libsys_airflow/plugins/data_exports/templates"
files_base = f"{root_directory}/tests/apps/data_exports/data_export_file_fixtures"

Expand Down

0 comments on commit a408bbf

Please sign in to comment.