Skip to content

Commit

Permalink
add test data
Browse files Browse the repository at this point in the history
  • Loading branch information
orouz committed Oct 2, 2023
1 parent 990054a commit f7b0ffa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions resources/fetching/fetchers/azure/assets_fetcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,16 @@ func (s *AzureAssetsFetcherTestSuite) TestFetcher_Fetch() {
TenantId: "tenantId2",
Type: inventory.StorageAccountAssetType,
},
{
Id: "id3",
Name: "name3",
Location: "location3",
Properties: map[string]interface{}{"key3": "value3"},
ResourceGroup: "rg3",
SubscriptionId: "subId3",
TenantId: "tenantId3",
Type: inventory.WebSitesAssetType,
},
}

mockInventoryService.EXPECT().
Expand Down

0 comments on commit f7b0ffa

Please sign in to comment.