Skip to content

Commit d18d854

Browse files
committed
Remove unused fixture
1 parent 969f057 commit d18d854

File tree

1 file changed

+0
-20
lines changed
  • x-pack/solutions/observability/plugins/slo/public/data/slo

1 file changed

+0
-20
lines changed

x-pack/solutions/observability/plugins/slo/public/data/slo/health.ts

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -30,30 +30,10 @@ export const anUnhealthyTransformHealth: TransformHealthResponse = {
3030
stateMatches: true,
3131
};
3232

33-
export const aFailedTransformHealth: TransformHealthResponse = {
34-
isProblematic: true,
35-
missing: false,
36-
status: 'healthy',
37-
state: 'failed',
38-
stateMatches: false,
39-
};
40-
4133
export const aConflictingTransformHealth: TransformHealthResponse = {
4234
isProblematic: true,
4335
missing: false,
4436
status: 'healthy',
4537
state: 'stopped',
4638
stateMatches: false,
4739
};
48-
49-
export const aHealthySLOHealth = {
50-
isProblematic: false,
51-
rollup: aHealthyTransformHealth,
52-
summary: aHealthyTransformHealth,
53-
};
54-
55-
export const anUnhealthySLOHealth = {
56-
isProblematic: true,
57-
rollup: anUnhealthyTransformHealth,
58-
summary: aHealthyTransformHealth,
59-
};

0 commit comments

Comments
 (0)