Skip to content

Commit

Permalink
backend: revert api suite redpanda image update
Browse files Browse the repository at this point in the history
  • Loading branch information
bojand committed May 30, 2024
1 parent d03daea commit 3ab2cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pkg/api/connect/integration/api_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (s *APISuite) SetupSuite() {

// 2. Start Redpanda Docker container
container, err := redpanda.RunContainer(ctx,
testcontainers.WithImage("redpandadata/redpanda:v24.1.1"),
testcontainers.WithImage("redpandadata/redpanda:v23.3.5"),
redpanda.WithEnableWasmTransform(),
network.WithNetwork([]string{"redpanda"}, s.network),
redpanda.WithListener("redpanda:29092"),
Expand Down

0 comments on commit 3ab2cad

Please sign in to comment.