Skip to content

Commit

Permalink
Fix and unskip functional test (elastic#96004) (elastic#96076)
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com>
  • Loading branch information
kibanamachine and jportner authored Apr 2, 2021
1 parent af236df commit c5b7552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/security/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default function ({ getService, getPageObjects }) {
expect(roles.apm_system.deprecated).to.be(false);

expect(roles.apm_user.reserved).to.be(true);
expect(roles.apm_user.deprecated).to.be(false);
expect(roles.apm_user.deprecated).to.be(true);

expect(roles.beats_admin.reserved).to.be(true);
expect(roles.beats_admin.deprecated).to.be(false);
Expand Down

0 comments on commit c5b7552

Please sign in to comment.