Fix broken specs

parent 5767ae0f
...@@ -106,10 +106,12 @@ describe('EE - DastProfiles GraphQL CacheUtils', () => { ...@@ -106,10 +106,12 @@ describe('EE - DastProfiles GraphQL CacheUtils', () => {
fragment: gql` fragment: gql`
fragment profile on DastSiteProfile { fragment profile on DastSiteProfile {
validationStatus validationStatus
__typename
} }
`, `,
data: { data: {
validationStatus: status, validationStatus: status,
__typename: 'DastSiteProfile',
}, },
}); });
}); });
......
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