Skip to content

Commit

Permalink
Corrected the testcase id (#2735)
Browse files Browse the repository at this point in the history
  • Loading branch information
snigdha-px authored Aug 14, 2024
1 parent 55a067a commit 4846a1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/backup/backup_azure_credential_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var _ = Describe("{AzureCloudAccountCreationWithMandatoryAndNonMandatoryFields}"
)

JustBeforeEach(func() {
StartPxBackupTorpedoTest("AzureCloudAccountCreationWithMandatoryAndNonMandatoryFields", "Azure cloud account with mandatory and non mandatory fields", nil, 31661, Sagrawal, Q2FY25)
StartPxBackupTorpedoTest("AzureCloudAccountCreationWithMandatoryAndNonMandatoryFields", "Azure cloud account with mandatory and non mandatory fields", nil, 300036, Sagrawal, Q2FY25)
backupLocationMap1 = make(map[string]string)
cloudCredentialMap1 = make(map[string]string)
backupLocationMap2 = make(map[string]string)
Expand Down Expand Up @@ -250,7 +250,7 @@ var _ = Describe("{AzureCloudAccountForLockedBucket}", Label(TestCaseLabelsMap[A
)

JustBeforeEach(func() {
StartPxBackupTorpedoTest("AzureCloudAccountForLockedBucket", "Azure cloud account for immutable bucket", nil, 31661, Sagrawal, Q2FY25)
StartPxBackupTorpedoTest("AzureCloudAccountForLockedBucket", "Azure cloud account for immutable bucket", nil, 300037, Sagrawal, Q2FY25)
backupLocationMap = make(map[string]string)
cloudCredentialMap = make(map[string]string)
})
Expand Down

0 comments on commit 4846a1e

Please sign in to comment.