Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhou0515 committed Dec 18, 2024
1 parent 3e56a05 commit 800ccda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/monitor/test_carbon.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def mock_parse(str_dt):
)

patch_dateutil_parser = patch(
"zeus.monitor.carbon.dateutil.parser.parse", side_effect=mock_parse
"zeus.monitor.carbon.parser.parse", side_effect=mock_parse
)
patch_datetime_now.start()
patch_dateutil_parser.start()
Expand Down

0 comments on commit 800ccda

Please sign in to comment.