Skip to content

Commit

Permalink
(properly) Fix XDocsClientYamlTestSuiteIT tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jkakavas committed Dec 6, 2018
1 parent b12c66c commit a77dcd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions x-pack/docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ setups['calendar_outages_addevent'] = setups['calendar_outages_addjob'] + '''
'''
setups['role_mapping'] = '''
- do:
xpack.security.put_role_mapping:
security.put_role_mapping:
name: "mapping1"
body: >
{
Expand Down Expand Up @@ -712,7 +712,7 @@ setups['sensor_prefab_data'] = '''
'''
setups['admin_role'] = '''
- do:
xpack.security.put_role:
security.put_role:
name: "my_admin_role"
body: >
{
Expand All @@ -726,7 +726,7 @@ setups['admin_role'] = '''
'''
setups['jacknich_user'] = '''
- do:
xpack.security.put_user:
security.put_user:
username: "jacknich"
body: >
{
Expand All @@ -739,7 +739,7 @@ setups['jacknich_user'] = '''
'''
setups['app0102_privileges'] = '''
- do:
xpack.security.put_privileges:
security.put_privileges:
body: >
{
"myapp": {
Expand Down

0 comments on commit a77dcd8

Please sign in to comment.