Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cgoodfred committed Apr 29, 2024
1 parent d036dfd commit eb6b15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_azure_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ def test_update_data_with_attributes(self):
if generator.azure_columns == AZURE_COLUMNS:
self.assertEqual(row["SubscriptionGuid"], self.payer_account)
self.assertEqual(row["InstanceId"], self.instance_id)
self.assertEqual(row["MeterSubCategory"], "Virtual Network Private Link")
self.assertEqual(row["MeterSubcategory"], "Virtual Network Private Link")
self.assertEqual(row["MeterName"], "Standard Data Processed - Ingress")
else:
self.assertEqual(row["SubscriptionId"], self.payer_account)
Expand Down

0 comments on commit eb6b15d

Please sign in to comment.