Skip to content

Commit

Permalink
fixes for lint tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LinoyBitan1 committed Jan 16, 2025
1 parent 51f8503 commit bf2f0fd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/src/__mocks__/mockKserveMetricsConfigMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ export const MOCK_NIM_METRICS_CONFIG_MISSING_QUERY = `{
]
}`;


export const MOCK_NIM_METRICS_CONFIG_MISSING_QUERY_2 = `{
"config": [
{
Expand Down Expand Up @@ -356,8 +355,6 @@ export const MOCK_NIM_METRICS_CONFIG_MISSING_QUERY_3 = `{
}
]
}`;


export const mockKserveMetricsConfigMap = ({
namespace = 'test-project',
modelName = 'test-inference-service',
Expand Down

0 comments on commit bf2f0fd

Please sign in to comment.