Skip to content

Commit

Permalink
Set replicas as 1
Browse files Browse the repository at this point in the history
Signed-off-by: chandankumar4 <[email protected]>
  • Loading branch information
chandankumar4 committed Dec 13, 2023
1 parent 7047914 commit e6e29d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/idle-source-e2e/idle_source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (is *IdleSourceSuite) TestIdleKeyedReducePipelineWithKafkaSource() {
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Minute)
defer cancel()

topic := CreateKafkaTopic("2", "2")
topic := CreateKafkaTopic("2", "1")
fileData, err := os.ReadFile("testdata/kafka-pipeline.yaml")
is.NoError(err)
updatedFileData := strings.ReplaceAll(string(fileData), "my-topic", topic)
Expand Down

0 comments on commit e6e29d0

Please sign in to comment.