Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
raminqaf committed Jun 27, 2024
1 parent a4227d0 commit 11f101f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions tests/components/test_streams_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,7 @@ def config(self) -> KpopsConfig:

@pytest.fixture()
def streams_app(
self,
config: KpopsConfig,
handlers: ComponentHandlers,
empty_helm_get_values: MagicMock,
self, config: KpopsConfig, handlers: ComponentHandlers
) -> StreamsApp:
return StreamsApp(
name=STREAMS_APP_NAME,
Expand All @@ -103,10 +100,7 @@ def streams_app(

@pytest.fixture()
def stateful_streams_app(
self,
config: KpopsConfig,
handlers: ComponentHandlers,
empty_helm_get_values: MagicMock,
self, config: KpopsConfig, handlers: ComponentHandlers
) -> StreamsApp:
return StreamsApp(
name=STREAMS_APP_NAME,
Expand Down

0 comments on commit 11f101f

Please sign in to comment.