Skip to content

Commit

Permalink
fix pipeline tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 committed Jul 11, 2024
1 parent 12d6443 commit df5fb08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/framework/test_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ class ConfigurationForTests:
"metrics": {"enabled": False},
}
)
lock = Lock()


def get_mock_create():
Expand All @@ -76,7 +75,6 @@ def setup_method(self):
self.pipeline = Pipeline(
pipeline_index=1,
config=self.logprep_config,
lock=self.lock,
)

def test_pipeline_property_returns_pipeline(self, mock_create):
Expand Down

0 comments on commit df5fb08

Please sign in to comment.