Skip to content

Commit

Permalink
[COST-4975] - Fix OCP infra state lookup (#5070)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcouzens authored Apr 26, 2024
1 parent a7a2d8d commit ffae50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koku/api/provider/provider_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def get_infrastructure_info(self):
billing_period_start_datetime=self.date_helper.this_month_start,
creation_datetime__isnull=False,
)
.order_by("creation_datetime")
.order_by("-creation_datetime")
.first()
)
return {
Expand Down

0 comments on commit ffae50c

Please sign in to comment.