Skip to content

Commit

Permalink
Change expected error message in test
Browse files Browse the repository at this point in the history
  • Loading branch information
John Schulz committed Aug 29, 2020
1 parent d4f30af commit ea2e3d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export default function (providerContext: FtrProviderContext) {
},
})
.expect(400);
expect(apiResponse.message).to.match(/Agent version is not compatible with kibana/);
expect(apiResponse.message).to.match(/is not compatible/);
});

it('should allow to enroll an agent with a valid enrollment token', async () => {
Expand Down

0 comments on commit ea2e3d7

Please sign in to comment.