Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
usefulalgorithm committed Sep 13, 2024
1 parent ecebbc3 commit 0c9ae0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/monte_carlo/expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@
{
"description": "Field Health for all fields in db:metaphor.test4",
"exceptions": [
"Ignore me"
"Oh no"
],
"lastRun": "2023-06-23T03:54:35.817000+00:00",
"owner": "[email protected]",
"severity": "UNKNOWN",
"status": "UNKNOWN",
"status": "ERROR",
"targets": [],
"title": "auto_monitor_name_693b98e3-950d-472b-83fe-8c8e5b5979f9",
"url": "https://getmontecarlo.com/monitors/d14af7d8-6342-420a-bb09-5805fad677f1"
Expand Down
4 changes: 2 additions & 2 deletions tests/monte_carlo/test_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ async def test_extractor(mock_pycarlo_client: MagicMock, test_root_dir: str):
],
"priority": None,
"monitorStatus": "ERROR",
"exceptions": "Ignore me",
"exceptions": "Oh no",
"monitorFields": None,
"creatorId": "[email protected]",
"prevExecutionTime": "2023-06-23T03:54:35.817000+00:00",
Expand All @@ -126,7 +126,7 @@ async def test_extractor(mock_pycarlo_client: MagicMock, test_root_dir: str):
"entityMcons": None,
"priority": None,
"monitorStatus": "ERROR",
"exceptions": "Ignore me",
"exceptions": "No entity, this exception is ignored",
"monitorFields": None,
"creatorId": "[email protected]",
"prevExecutionTime": "2023-06-23T03:54:35.817000+00:00",
Expand Down

0 comments on commit 0c9ae0e

Please sign in to comment.