Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
test: use zeebe 8.5.0 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
megglos committed Sep 8, 2024
1 parent 9282e78 commit dd270ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/zbctl/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ func TestZbctlWithInsecureGateway(t *testing.T) {
&integrationTestSuite{
ContainerSuite: &containersuite.ContainerSuite{
WaitTime: time.Second,
ContainerImage: "camunda/zeebe:current-test",
ContainerImage: "camunda/zeebe:8.5.0",
Env: map[string]string{
"ZEEBE_BROKER_GATEWAY_LONGPOLLING_ENABLED": "false",
},
Expand Down
2 changes: 1 addition & 1 deletion test/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
"github.com/stretchr/testify/suite"
)

const dockerImageName = "camunda/zeebe:current-test"
const dockerImageName = "camunda/zeebe:8.5.0"

type integrationTestSuite struct {
*containersuite.ContainerSuite
Expand Down

0 comments on commit dd270ce

Please sign in to comment.