Commit af3ec601 authored by Sarah GP's avatar Sarah GP

Update specs for new props

parent 58298749
......@@ -20,6 +20,10 @@ describe('graph component', () => {
const defaultProps = {
pipeline: generateResponse(mockPipelineResponse, 'root/fungi-xoxo'),
configPaths: {
metricsPath: '',
graphqlResourceEtag: 'this/is/a/path',
},
};
const defaultData = {
......
......@@ -20,6 +20,10 @@ describe('Linked Pipelines Column', () => {
columnTitle: 'Downstream',
linkedPipelines: processedPipeline.downstream,
type: DOWNSTREAM,
configPaths: {
metricsPath: '',
graphqlResourceEtag: 'this/is/a/path',
},
};
let wrapper;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment