Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.x] [Security Solution][lists] Adds tests for exception lists and items part 2 (#74815) #74921

Merged
merged 1 commit into from
Aug 13, 2020

Commits on Aug 13, 2020

  1. [Security Solution][lists] Adds tests for exception lists and items p…

    …art 2 (elastic#74815)
    
    ## Summary
    
    This is the basics of end to end tests, so there could be a lot more, but this ties to cover the basics of the tests.
    
    Test with:
    ```ts
    node scripts/functional_tests --config x-pack/test/lists_api_integration/security_and_spaces/config.ts
    ```
    
    Adds these tests for the route counter parts:
    * create_exception_list_items.ts
    * create_exception_lists.ts
    * delete_exception_list_items.ts
    * delete_exception_lists.ts
    * find_exception_list_items.ts
    * find_exception_lists.ts
    * read_exception_list_items.ts
    * read_exception_lists.ts
    * update_exception_list_items.ts
    * update_exception_lists.ts
    
    Fixes a few minor strings, other tests, but no large bugs found with these tests
    
    ### Checklist
    
    - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
    FrankHassanabad committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    44d8b52 View commit details
    Browse the repository at this point in the history