Remove some unnecessary fixture arguments

This commit is contained in:
Heikki Linnakangas
2021-10-25 14:14:45 +03:00
parent f337d73a6c
commit 28af3e5008
9 changed files with 7 additions and 13 deletions
@@ -20,7 +20,6 @@ pytest_plugins = ("fixtures.zenith_fixtures", "fixtures.benchmark_fixture")
def test_write_amplification(postgres: PostgresFactory,
pageserver: ZenithPageserver,
pg_bin,
zenith_cli,
zenbenchmark,
repo_dir: str):