Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
raminqaf committed Jul 10, 2024
1 parent 3bf42a2 commit e6495e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def helm_chart(self) -> str:
@override
async def clean(self, dry_run: bool) -> None:
await self.update_cleaner_with_cluster_values()
self.app.streams.delete_output = True
await super().clean(dry_run)


Expand Down
3 changes: 0 additions & 3 deletions tests/components/test_producer_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ async def test_should_not_reset_producer_app(
"streams": {
"brokers": "fake-broker:9092",
"outputTopic": "producer-app-output-topic",
"delete_output": True,
},
},
HelmUpgradeInstallFlags(
Expand Down Expand Up @@ -306,7 +305,6 @@ async def test_should_clean_producer_app_and_deploy_clean_up_job_and_delete_clea
"streams": {
"brokers": "fake-broker:9092",
"outputTopic": "producer-app-output-topic",
"delete_output": True,
},
},
HelmUpgradeInstallFlags(
Expand Down Expand Up @@ -426,7 +424,6 @@ async def test_should_deploy_clean_up_job_with_values_in_cluster_when_clean(
"replicaCount": 1,
"streams": {
"brokers": "fake-broker:9092",
"delete_output": True,
"outputTopic": "test-output-topic",
"schemaRegistryUrl": "http://localhost:8081",
},
Expand Down

0 comments on commit e6495e3

Please sign in to comment.