rusackas commented on a change in pull request #19112:
URL: https://github.com/apache/superset/pull/19112#discussion_r829690592



##########
File path: superset-frontend/src/views/CRUD/utils.test.tsx
##########
@@ -146,6 +165,12 @@ test('detects if the error message is terminal or if it 
requires uses interventi
   expect(isTerminal).toBe(false);
 });
 
+test('error message is terminal when the extra field not contains other keys 
excepting issue_codes', () => {

Review comment:
       ```suggestion
   test('error message is terminal when the "extra" field contains only the 
"issue_codes key"', () => {
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to