Skip to content

Commit

Permalink
Fixed func test
Browse files Browse the repository at this point in the history
  • Loading branch information
YulNaumenko committed Apr 17, 2020
1 parent 5b7b65f commit a446b64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default function({ getService }: FtrProviderContext) {
.get(uri)
.set('kbn-xsrf', 'foo')
.expect(200);
expect(result.body.data.length).to.be.above(1);
expect(result.body.data.length).to.be.eql(1);
});
});
});
Expand Down

0 comments on commit a446b64

Please sign in to comment.