Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Jan 16, 2024
1 parent 247ae15 commit e036c43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quetz/tests/test_pkg_stores.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ def test_move_file(any_store, channel, channel_name):

assert_files(pkg_store, channel_name, ['test_2.txt'])


def test_copy_file(any_store, channel, channel_name):
pkg_store = any_store

Expand All @@ -261,6 +262,7 @@ def test_copy_file(any_store, channel, channel_name):

assert_files(pkg_store, channel_name, ['test.txt', 'test_2.txt'])


@pytest.mark.parametrize("redirect_enabled", [False, True])
@pytest.mark.parametrize("redirect_endpoint", ["/files", "/static"])
def test_local_store_url(redirect_enabled, redirect_endpoint):
Expand Down

0 comments on commit e036c43

Please sign in to comment.