Fix broken specs

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