Skip to content

Commit

Permalink
Fixing unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeniawhite committed Oct 1, 2023
1 parent 756e1cb commit 7a554e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func (s *AzureActivityLogAlertsFetcherTestSuite) TestFetcher_Fetch() {

meta, err := results[0].GetMetadata()
s.Require().NoError(err)
exNameAndId := "azure-activity-log-alert-" + subId
exNameAndId := AzureActivityLogAlertsResourceTypes[mockAssets[0].Type] + "-" + subId
s.Equal(fetching.ResourceMetadata{
ID: exNameAndId,
Type: AzureActivityLogAlertsResourceTypes[mockAssets[0].Type],
Expand Down

0 comments on commit 7a554e0

Please sign in to comment.