Skip to content

Commit

Permalink
Attempt to get passing
Browse files Browse the repository at this point in the history
  • Loading branch information
John Joyce committed Jan 26, 2024
1 parent 4e50bc9 commit 6c4d311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const EntityHealth = ({ health, baseUrl, fontSize, tooltipPlacement }: Pr
return (
<>
{(unhealthy && (
<Link to={`${baseUrl}/Incidents`}>
<Link to={`${baseUrl}/Validations`}>
<Container>
<EntityHealthPopover health={health} baseUrl={baseUrl} placement={tooltipPlacement}>
{icon}
Expand Down
5 changes: 1 addition & 4 deletions smoke-test/tests/incidents/incidents_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,7 @@ def test_list_dataset_incidents(frontend_session):
},
"source": {
"type": "MANUAL",
"source": {
"urn": "urn:li:assertion:assertion-test",
"info": {"type": "DATASET"},
},
"source": None,
},
"entity": {"urn": TEST_DATASET_URN},
"created": {"time": 0, "actor": "urn:li:corpuser:admin"},
Expand Down

0 comments on commit 6c4d311

Please sign in to comment.