Skip to content

Commit

Permalink
Fix hardcoded kafka version
Browse files Browse the repository at this point in the history
  • Loading branch information
bai committed Sep 11, 2020
1 parent 1410fd6 commit f76a57e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functional_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ func prepareDockerTestEnvironment(ctx context.Context, env *testEnvironment) err
switch env.KafkaVersion {
case "2.6.0":
confluentPlatformVersion = "5.5.0"
case "2.4.1":
confluentPlatformVersion = "5.4.2"
case "2.5.1":
confluentPlatformVersion = "5.5.0"
default:
return fmt.Errorf("don't know what confluent platform version to use for kafka %s", env.KafkaVersion)
}
Expand Down

0 comments on commit f76a57e

Please sign in to comment.