Skip to content

Commit

Permalink
Merge pull request #4 from legrego/spaces-api-tests
Browse files Browse the repository at this point in the history
Initial round of spaces api testing
  • Loading branch information
kobelb authored Sep 7, 2018
2 parents 1b2708f + 9023431 commit 70eada4
Show file tree
Hide file tree
Showing 50 changed files with 3,226 additions and 1,548 deletions.
2 changes: 1 addition & 1 deletion x-pack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,4 @@
"engines": {
"yarn": "^1.6.0"
}
}
}
3 changes: 2 additions & 1 deletion x-pack/scripts/functional_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ require('@kbn/test').runTestsCli([
require.resolve('../test/api_integration/config.js'),
require.resolve('../test/saml_api_integration/config.js'),
require.resolve('../test/rbac_api_integration/config.js'),
require.resolve('../test/spaces_api_integration/config.js'),
require.resolve('../test/spaces_api_integration/spaces_only/config.js'),
require.resolve('../test/spaces_api_integration/security_and_spaces/config.js'),
]);
145 changes: 0 additions & 145 deletions x-pack/test/spaces_api_integration/apis/saved_objects/bulk_get.js

This file was deleted.

143 changes: 0 additions & 143 deletions x-pack/test/spaces_api_integration/apis/saved_objects/create.js

This file was deleted.

Loading

0 comments on commit 70eada4

Please sign in to comment.