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 7d3cdda commit aeb4bd2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/components/test_streams_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,11 +526,7 @@ async def test_deploy_order_when_dry_run_is_false(
]

@pytest.mark.asyncio()
async def test_destroy(
self,
streams_app: StreamsApp,
mocker: MockerFixture,
):
async def test_destroy(self, streams_app: StreamsApp, mocker: MockerFixture):
mock_helm_uninstall = mocker.patch.object(streams_app.helm, "uninstall")

await streams_app.destroy(dry_run=True)
Expand Down

0 comments on commit aeb4bd2

Please sign in to comment.