Skip to content

Commit

Permalink
changed cluster version
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaji-kharse committed Apr 27, 2023
1 parent fa64b04 commit fbc1fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ee/acl/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type AclTestSuite struct {

func (suite *AclTestSuite) SetupTest() {
conf := dgraphtest.NewClusterConfig().WithNumAlphas(6).WithNumZeros(3).
WithACL(20 * time.Second).WithEncryption().WithVersion("v23.0.0-rc1").WithReplicas(3)
WithACL(20 * time.Second).WithEncryption().WithVersion("0c9f60156").WithReplicas(3)
c, err := dgraphtest.NewLocalCluster(conf)
x.Panic(err)
if err := c.Start(); err != nil {
Expand All @@ -45,7 +45,7 @@ func (suite *AclTestSuite) TearDownTest() {
}

func (suite *AclTestSuite) Upgrade(hc *dgraphtest.HTTPClient) {
x.Panic(suite.c.Upgrade(hc, "v23.0.0-beta1", dgraphtest.StopStart))
x.Panic(suite.c.Upgrade(hc, "v23.0.0-rc1", dgraphtest.StopStart))
}

func TestACLSuite(t *testing.T) {
Expand Down

0 comments on commit fbc1fe0

Please sign in to comment.