Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Oct 31, 2024
1 parent e7d07e9 commit 2ff5ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test_im_logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1589,7 +1589,7 @@ def test_get_stats(self, check_auth_data, DataBase):
DataBase.return_value = db

stats = IM.GetStats('2001-01-01', '2122-01-01', auth)
expected_res = [{'creation_date': '2022-03-07 13:16:14',
expected_res = [{'creation_date': '2022-03-07 12:16:14',
'tosca_name': 'kubernetes',
'vm_count': 2,
'cpu_count': 4,
Expand Down

0 comments on commit 2ff5ba5

Please sign in to comment.