Remove unnecessary async

parent 5c742e24
......@@ -162,7 +162,7 @@ describe('EE - DastSiteProfileList', () => {
});
});
it('fetches validation statuses for all profiles that are being validated and updates the cache', async () => {
it('fetches validation statuses for all profiles that are being validated and updates the cache', () => {
expect(requestHandlers.dastSiteValidations).toHaveBeenCalledWith({
fullPath: defaultProps.fullPath,
urls: urlsPendingValidation,
......
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