Skip to content

Commit

Permalink
fix flake8 failures
Browse files Browse the repository at this point in the history
Signed-off-by: Mahesh Shetty <[email protected]>
  • Loading branch information
mashetty330 committed Feb 20, 2024
1 parent e6b551d commit 61bbf02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7039,6 +7039,7 @@ def factory(pvc, logreader_path, duration=30):

return factory


@pytest.fixture()
def setup_logwriter_cephfs_workload_factory(
request,
Expand Down Expand Up @@ -7130,6 +7131,7 @@ def factory(interval):

return factory


@pytest.fixture()
def reset_conn_score():
"""
Expand Down Expand Up @@ -7295,6 +7297,7 @@ def finalizer():
request.addfinalizer(finalizer)
return _override_nb_default_backingstore_implementation


@pytest.fixture(scope="session")
def scale_noobaa_resources_session():
"""
Expand Down

0 comments on commit 61bbf02

Please sign in to comment.