Skip to content

Commit

Permalink
Inserting CSV test file.
Browse files Browse the repository at this point in the history
  • Loading branch information
bacciotti committed Dec 11, 2023
1 parent 90930c5 commit 0315929
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
5 changes: 3 additions & 2 deletions koku/api/report/test/aws/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,10 +604,11 @@ def test_invalid_aws_category_key(self):

def test_units_consistency(self):
"""Test if provider map used units match the report."""
file = "October-2023-None"
file = "November-2023-None"
file_name = f"{file}.csv"
csv_units = set()
file_path = f"./testing/local_providers/aws_local/None/20231001-20231101/59be89a2-1e53-4483-bb66-86d2f9f8e6b4/{file_name}" # noqa: E501
file_path = f"./koku/masu/test/data/aws/{file_name}" # noqa: E501

provider_map_units = [
"Hrs",
"GB-Mo",
Expand Down
Loading

0 comments on commit 0315929

Please sign in to comment.