Skip to content

Commit

Permalink
Fixing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
bacciotti committed May 6, 2024
1 parent 025c3ec commit 3826726
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_aws_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ def test_update_data(self):
self.assertEqual(row["product/servicecode"], "AmazonEC2")
self.assertEqual(row["product/productFamily"], "Compute Instance")
self.assertEqual(row["lineItem/Operation"], "RunInstances")
self.assertIsNotNone(row["product/operatingSystem"])
self.assertEqual(row[self.cost_category_key], self.cost_category_value)

def test_generate_data(self):
Expand Down

0 comments on commit 3826726

Please sign in to comment.