kibana/x-pack/plugins/lists/server
Frank Hassanabad db357a212d
[Security Solution][lists] Adds tests for exception lists and items part 2 (#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
2020-08-12 22:32:05 -06:00
..
routes [Security Solution][lists] Adds tests for exception lists and items part 2 (#74815) 2020-08-12 22:32:05 -06:00
saved_objects [Security Solution][Exceptions] - Update exception item comments to include id (#73129) 2020-07-27 18:19:16 -04:00
scripts [Security Solution][Exceptions] - Updates exception hooks and viewer (#73588) 2020-07-29 17:51:09 -04:00
services Update @typescript-eslint to ensure compatibility with TypeScript v3.9 (#74091) 2020-08-05 17:32:19 +02:00
config.mock.ts [SIEM][Detection Engine][Lists] Adds the ability to change the timeout limits from 10 seconds for loads for imports (#73103) 2020-07-28 17:47:41 -06:00
config.test.ts [SIEM][Detection Engine][Lists] Adds the ability to change the timeout limits from 10 seconds for loads for imports (#73103) 2020-07-28 17:47:41 -06:00
config.ts [SIEM][Detection Engine][Lists] Adds the ability to change the timeout limits from 10 seconds for loads for imports (#73103) 2020-07-28 17:47:41 -06:00
create_config.ts [SIEM][Detection Engine] Speeds up value list imports by enabling streaming of files. 2020-07-08 20:15:18 -06:00
error_with_status_code.ts
get_space_id.test.ts
get_space_id.ts
get_user.test.ts
get_user.ts
index.ts [SIEM][Detection Engine] - Update DE to work with new exceptions schema (#69715) 2020-06-25 09:47:05 -04:00
mocks.ts [SIEM][Security Solution][Endpoint] Endpoint Artifact Manifest Management + Artifact Download and Distribution (#67707) 2020-07-02 01:00:27 -04:00
plugin.ts [SIEM][Detection Engine][Lists] Adds read_privileges route for lists and list items 2020-07-09 20:36:20 -06:00
siem_server_deps.ts [SIEM][Detection Engine][Lists] Adds read_privileges route for lists and list items 2020-07-09 20:36:20 -06:00
types.ts Move and rename legacy elasticsearch client (#69797) 2020-06-29 17:43:31 +02:00