Skip to content

Commit

Permalink
Fixes functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiopro committed Nov 29, 2021
1 parent ce9a5e8 commit c37e039
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,21 @@ export default function createAggregateTests({ getService }: FtrProviderContext)

expect(response.status).to.eql(200);
expect(response.body).to.eql({
rule_enabled_status: {
disabled: 0,
enabled: 0,
},
rule_execution_status: {
ok: 0,
active: 0,
error: 0,
pending: 0,
unknown: 0,
},
rule_muted_status: {
muted: 0,
unmuted: 0,
},
});
});

Expand Down

0 comments on commit c37e039

Please sign in to comment.