Skip to content

Commit

Permalink
Adding license in gateway intergation
Browse files Browse the repository at this point in the history
Signed-off-by: Yashvi Jain <[email protected]>
  • Loading branch information
Yashvi Jain committed May 13, 2024
1 parent 65a0362 commit cea2b56
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -368,15 +368,6 @@ func (suite *GatewayTestSuite) TestDataLifecycleRun() {
},
})

licenseClient, _ := suite.clients.LicenseControlClient()

updateRequest := &license_control.UpdateRequest{
LicenseData: os.Getenv("A2_LICENSE"),
Force: true,
}

licenseClient.Update(suite.ctx, updateRequest)

// Config changes will kick off enabled jobs. Let's wait for them to quickly
// finish and then reset the start time for our next jobs.
time.Sleep(1 * time.Second)
Expand Down

0 comments on commit cea2b56

Please sign in to comment.